| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
to avoid errors on copying
SVN-Revision: 32556
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
kmod-ipt-nathelper-extra is missing the package nf_conntrack_broadcast.ko
if it is not included into the kmod-ipt-nathelper-extra packge the modules
nf_conntrack_snmp and nf_nat_snmp_basic cant get loaded:
[ 44.500000] nf_conntrack_snmp: Unknown symbol nf_conntrack_broadcast_help (err 0)
[ 44.664000] nf_nat_snmp_basic: Unknown symbol nf_nat_snmp_hook (err 0)
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 32434
|
|
|
|
| |
SVN-Revision: 32423
|
|
|
|
| |
SVN-Revision: 32421
|
|
|
|
|
|
| |
ccache is used
SVN-Revision: 32383
|
|
|
|
|
|
| |
and add uclibc++.mk to make this easy to handle in packages
SVN-Revision: 32369
|
|
|
|
|
|
| |
.prepared stamp
SVN-Revision: 32368
|
|
|
|
| |
SVN-Revision: 32358
|
|
|
|
| |
SVN-Revision: 32332
|
|
|
|
| |
SVN-Revision: 32207
|
|
|
|
|
|
| |
xapian-bindings
SVN-Revision: 32196
|
|
|
|
| |
SVN-Revision: 32185
|
|
|
|
|
|
| |
provided libraries from packages that the exporting package depends on)
SVN-Revision: 32172
|
|
|
|
| |
SVN-Revision: 32171
|
|
|
|
|
|
| |
the host
SVN-Revision: 32116
|
|
|
|
| |
SVN-Revision: 32114
|
|
|
|
| |
SVN-Revision: 32082
|
|
|
|
|
|
| |
builds (fixes #11603)
SVN-Revision: 32081
|
|
|
|
|
|
| |
control if no mirror md5sum was provided
SVN-Revision: 32079
|
|
|
|
|
|
| |
based on patch by Mark Mentovai <mark@moxienet.com>
SVN-Revision: 32073
|
|
|
|
| |
SVN-Revision: 32055
|
|
|
|
| |
SVN-Revision: 32050
|
|
|
|
| |
SVN-Revision: 31848
|
|
|
|
| |
SVN-Revision: 31780
|
|
|
|
| |
SVN-Revision: 31777
|
|
|
|
|
|
| |
in a few relevant places
SVN-Revision: 31730
|
|
|
|
| |
SVN-Revision: 31709
|
|
|
|
| |
SVN-Revision: 31650
|
|
|
|
| |
SVN-Revision: 31645
|
|
|
|
|
|
| |
issues on non-linux systems
SVN-Revision: 31620
|
|
|
|
|
|
|
| |
This makes it more possible to build scons based applications
for openwrt.
SVN-Revision: 31618
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes the following errors:
CALL arch/powerpc/kernel/prom_init_check.sh
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer axpression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
GEN .version
CHK include/generated/compile.h
UPD include/generated/compile.h
SVN-Revision: 31598
|
|
|
|
|
|
|
|
| |
[juhosg: export xt_layer7.h for all kernel versions]
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
SVN-Revision: 31566
|
|
|
|
| |
SVN-Revision: 31541
|
|
|
|
| |
SVN-Revision: 31486
|
|
|
|
| |
SVN-Revision: 31485
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
V=99 and V=1 are now deprecated in favor of a new verbosity class system,
though the old flags are still supported.
You can set the V variable on the command line (or OPENWRT_VERBOSE in the
environment) to one or more of the following characters:
- s: stdout+stderr (equal to the old V=99)
- c: commands (for build systems that suppress commands by default, e.g. kbuild)
- w: warnings/errors only (equal to the old V=1)
SVN-Revision: 31484
|
|
|
|
|
|
| |
append V=1 to KERNEL_MAKEOPTS when $V (and therewith $KBUILD_VERBOSE) is set to 99
SVN-Revision: 31466
|
|
|
|
| |
SVN-Revision: 31460
|
|
|
|
| |
SVN-Revision: 31459
|
|
|
|
|
|
| |
3.82 does not guarantee file ordering anymore, target profiles might get included in random order, leading to bad default values when only selecting the toplevel target and populating the .config with defconfig. This commit should also fix the ar71xx snapshot builds.
SVN-Revision: 31449
|
|
|
|
| |
SVN-Revision: 31336
|
|
|
|
| |
SVN-Revision: 31335
|
|
|
|
| |
SVN-Revision: 31271
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
embedded version info of generated images - Introduce new Kconfig symbols VERSION_DIST, VERSION_NICK, VERSION_NUMBER and VERSION_REPO to specify distribution, release name, version and repository for a given build - Introduce include/version.mk to provide common helpers for packages dealing with versions - Make opkg use version.mk to populate the opkg.conf template - Make base-files use version.mk to populate /etc/openwrt_version, /etc/openwrt_release and /etc/banner
The available placeholders are:
%D .. Replace with $(CONFIG_VERSION_DIST), default to "OpenWrt"
%d .. Like %D, but all characters made lowercase and spaces substituted with "_" (e.g. "openwrt")
%N .. Replace with $(CONFIG_VERSION_NICK), default to the build tree release (e.g. "Attitude Adjustment")
%n .. Like %N, but all characters made lowercase and spaces substituted with "_" (e.g. "attitude_adjustment")
%V .. Replace with $(CONFIG_VERSION_NUMBER), default to the build tree release (e.g. "r31262")
%v .. Like %V, but all characters made lowercase and spaces substituted with "_"
%C .. Replace with $(CONFIG_VERSION_NUMBER), default to "Bleeding Edge"
%c .. Like %C, but all characters made lowercase and spaces substituted with "_" (e.g. "bleeding_edge")
%U .. Replace with $(CONFIG_VERSION_REPO), default to "http://downloads.openwrt.org/snapshots/trunk/%T/packages"
%R .. Replace with the current build tree revision (e.g. "r31262" or "75488c4a05b8033cf69e91874a61852db7ba9c6c")
%T .. Replace with the current target (e.g. "ar71xx")
%S .. Replace with the current target/subtarget combo (e.g. "adm5120/router_le")
SVN-Revision: 31262
|
|
|
|
| |
SVN-Revision: 31223
|
|
|
|
| |
SVN-Revision: 31222
|
|
|
|
| |
SVN-Revision: 31214
|
|
|
|
| |
SVN-Revision: 31213
|
|
|
|
|
|
|
|
| |
Allow building image with an external cpio
Signed-off-by: Tathagata Das <tathagata@alumnux.com>
SVN-Revision: 31204
|