Florian Fainelli
bb7cea7e65
add missing debugging symbols
...
SVN-Revision: 31301
2012-04-16 11:38:33 +00:00
Mirko Vogt
84c48979d2
level up eglibc versions to latest revisions of its respective branches
...
in particular this solves the issue that eglibc version 2.x produced so-files having the version string 2.(x-1) in its names which confused the toolchain
SVN-Revision: 31300
2012-04-16 08:40:45 +00:00
Florian Fainelli
c0ca7aed8e
mark set but unused variables as such
...
SVN-Revision: 31296
2012-04-15 18:53:48 +00:00
Florian Fainelli
a70ad13a79
refresh 2.6.32 patches
...
SVN-Revision: 31295
2012-04-15 18:53:45 +00:00
Florian Fainelli
47c8473475
refresh 2.6.32 patches
...
SVN-Revision: 31294
2012-04-15 18:53:42 +00:00
Florian Fainelli
f2f5820d13
silence an annoying x86 warning
...
SVN-Revision: 31293
2012-04-15 18:53:39 +00:00
Travis Kemen
a0bbc34816
disable xfs on avr32
...
SVN-Revision: 31291
2012-04-15 16:22:59 +00:00
Jo-Philipp Wich
b4312a8ba1
base-files: reformat banner to better work with varying version string lengths, do not set image options if menu is disabled ( #11280 )
...
SVN-Revision: 31289
2012-04-15 15:21:55 +00:00
Hauke Mehrtens
eb2191f5b0
at91: Missing kernel config symbols for AT91 target platform
...
I looked into buildbot snapshots and noticed that some platforms have
not successfully compiled for a long time. One example is at91, which
seems to be missing device-related kernel config symbols and the
snapshot build crashes already there.
Please find attached a patch that makes the at91 kernel config and
build to succeed again.
Signed off by: hannu.nyman@iki.fi
SVN-Revision: 31288
2012-04-15 09:50:51 +00:00
Hauke Mehrtens
7475bb3dc6
brcm47xx: fix a bug in the sprom handling of bcma, this broke all bcma based SoCs.
...
bcma: use fallback sprom if no on chip sprom is available
SVN-Revision: 31285
2012-04-14 12:12:22 +00:00
Jonas Gorski
c76ff41080
tools: sdcc: fix order of linking with libm
...
Fixes a build failure caught by buildbot.
SVN-Revision: 31284
2012-04-14 09:05:02 +00:00
Hauke Mehrtens
62f0c3793b
kernel: refresh patches
...
SVN-Revision: 31279
2012-04-13 19:37:15 +00:00
Hauke Mehrtens
6af575967c
kernel: update bcma and ssb to version master-2012-04-12 from wireless-testing
...
SVN-Revision: 31278
2012-04-13 19:35:40 +00:00
Hauke Mehrtens
3f240440c7
mac80211: add missing dependency to mac80211 to brcmsmac
...
SVN-Revision: 31277
2012-04-13 18:37:46 +00:00
Hauke Mehrtens
c75e700d42
brcm47xx: remove support for kernel 3.0
...
SVN-Revision: 31276
2012-04-13 16:53:16 +00:00
Felix Fietkau
99768ccb7c
ixp4xx: add support for linux 3.3.1
...
SVN-Revision: 31275
2012-04-13 13:38:49 +00:00
Felix Fietkau
ec667208e6
kernel: fix arm compressed images build on mac os x
...
SVN-Revision: 31274
2012-04-13 13:38:45 +00:00
Jo-Philipp Wich
93b8648b15
don't overwrite version.mk, substitute REVISION instead
...
SVN-Revision: 31271
2012-04-13 10:47:45 +00:00
Jo-Philipp Wich
4b230e19fc
PATCH: Disable console terminal in Grub for alix2 target
...
The alix2 target has the VGA console for grub enabled by default. This
prevents the grub menu from appearing on bootup. It is disabled by
default for the other embedded x86 platforms. This patch corrects that
behavior for the alix2 target.
Signed-off-by: Adam Gensler <openwrt@kristenandadam.net>
SVN-Revision: 31270
2012-04-12 23:30:27 +00:00
Jo-Philipp Wich
3cb72f38fd
populate repositories.conf from version.mk
...
SVN-Revision: 31268
2012-04-12 23:08:13 +00:00
Jo-Philipp Wich
d8540259ca
base-file: cleanup white space in Kconfig source
...
SVN-Revision: 31267
2012-04-12 23:01:39 +00:00
Felix Fietkau
a7db0ceda4
ath9k: fix sleep mode handling issues, should improve client mode reliability
...
SVN-Revision: 31265
2012-04-12 21:28:18 +00:00
Jo-Philipp Wich
a43ae30e1b
include, base-files, opkg: introduce version configuration to override the 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
2012-04-12 17:31:16 +00:00
Felix Fietkau
8b7533c496
netifd: update to 2012-04-12, fixes interface reconnect issues and improves interface status info
...
SVN-Revision: 31261
2012-04-12 13:58:07 +00:00
John Crispin
e3889bcf7c
update 3.2 patches
...
sync with lantiq kernel series
SVN-Revision: 31260
2012-04-12 12:33:56 +00:00
Mirko Vogt
1b75788451
add missing includes ('unistd.h') for mklibs
...
This is needed when compiling with GCC >= 4.7.0 since it doesn't implicitly include 'unistd.h' anymore (needed e.g. for file operations in this particular case)
- Thanks to Luka Perkov
SVN-Revision: 31259
2012-04-12 12:19:56 +00:00
Jo-Philipp Wich
3c3941f109
base-files: remove network preconfig, it collides with ar71xx network firstboot uci-defaults To supply custom network settings, it is better to embed a complete network config file using the files/ overlay, the old image lan preconfig options are also very limited in scope and actually collide with sysupgrade and firstboot hardware detection on at least ar71xx and possibly other targets, therfore drop this facility.
...
SVN-Revision: 31258
2012-04-12 09:43:44 +00:00
Jo-Philipp Wich
60a708edf1
remove preconfig variables
...
SVN-Revision: 31257
2012-04-12 09:43:43 +00:00
Jo-Philipp Wich
d558632955
remove preconfig variables
...
SVN-Revision: 31256
2012-04-12 09:43:41 +00:00
Jo-Philipp Wich
b7e2959450
toolchain/gcc: gcc-4.7.0 upstream patch fixing uClibc problems
...
SVN-Revision: 31255
2012-04-12 07:48:02 +00:00
Jo-Philipp Wich
4c2e50f287
exclude CONFIG_GDB on avr32, allows enabling CONFIG_GDB unconditionally without failing avr32 builds
...
SVN-Revision: 31249
2012-04-10 21:04:06 +00:00
John Crispin
aa1a33e466
fix bad variable name inside Makefile
...
We use PKG_NAME and not PKB_BASE_NAME inside OpenWrt Makefiles
SVN-Revision: 31244
2012-04-10 15:20:23 +00:00
John Crispin
0c4bcae7a1
allow arbitary folder layout when using localmirrors
...
Make the download script follow symlinks and search subfolders when looking for
a file in a local download mirror.
Signed-off-by: Tathagata Das <tathagata@alumnux.com>
SVN-Revision: 31240
2012-04-10 14:11:45 +00:00
Jo-Philipp Wich
ac007ff482
sdcc: compiling SDCCicode.c with -O2 sends gcc 4.6.x into an infinite loop, workaround it See references: http://sourceforge.net/tracker/?func=detail&aid=3285611&group_id=599&atid=300599 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52653
...
SVN-Revision: 31236
2012-04-10 13:18:45 +00:00
John Crispin
cc5b3e683e
Use build suffix on build_dir paths
...
Adds BUILD_SUFFIX to STAGING_DIR
Signed-off-by: Tathagata Das <tathagata@alumnux.com>
SVN-Revision: 31233
2012-04-10 10:55:55 +00:00
Jo-Philipp Wich
fcfdbd4961
add missing Kernel symbol spotted by buildbot
...
SVN-Revision: 31232
2012-04-10 10:09:27 +00:00
Imre Kaloz
ed5abd5e4a
add missing symbols
...
SVN-Revision: 31231
2012-04-09 17:03:02 +00:00
Imre Kaloz
ca6859aa29
upgrade to gcc 4.4.7
...
SVN-Revision: 31230
2012-04-09 17:00:03 +00:00
Jo-Philipp Wich
c3bc38689c
sdcc: sdcc needs sdcpp to bootstrap itself, so enable it
...
SVN-Revision: 31229
2012-04-09 15:55:33 +00:00
Jo-Philipp Wich
12df76d065
tools: add sdcc subdir to Makefile
...
SVN-Revision: 31228
2012-04-09 15:24:47 +00:00
Jo-Philipp Wich
b409973545
add an sdcc host build which is enabled if firmwarehotplug is selected
...
SVN-Revision: 31226
2012-04-09 15:23:34 +00:00
Jonas Gorski
50eba35cd3
kernel: update linux 3.3 to 3.3.1
...
SVN-Revision: 31223
2012-04-09 14:48:56 +00:00
Jonas Gorski
16b4cbcdd6
kernel: update linux 3.2 to 3.2.14
...
SVN-Revision: 31222
2012-04-09 14:48:51 +00:00
Jonas Gorski
1a57b05f47
kernel: add some more additional missing config symbols for 3.2 and 3.3
...
SVN-Revision: 31221
2012-04-09 14:48:46 +00:00
Jo-Philipp Wich
fafad3f4f4
libpcap: explicitely disable libnl support to prevent different build results depending on the environment ( #11239 )
...
SVN-Revision: 31219
2012-04-08 15:11:12 +00:00
Mirko Vogt
b0971e69f2
level up target xburst to linux kernel version 3.2.1
...
Thanks to the qi-hardware project - especially to Lars, Maarten and Xiangfu
SVN-Revision: 31218
2012-04-08 12:09:52 +00:00
Mirko Vogt
626e171764
add support for gcc 4.7.0 - thanks to acoul!
...
SVN-Revision: 31216
2012-04-07 15:34:41 +00:00
Vasilis Tsiligiannis
c56da13854
Add git version check to prerequisite check ( #11229 )
...
SVN-Revision: 31214
2012-04-06 12:05:59 +00:00
Vasilis Tsiligiannis
f37ce3fad3
Fix typo in GNU Make prereq check
...
SVN-Revision: 31213
2012-04-06 11:44:13 +00:00
Gabor Juhos
f14fd53e3c
ar71xx: image: build initramfs images for the WHR boards
...
SVN-Revision: 31209
2012-04-06 06:45:08 +00:00