openwrt.git
14 years agoanother round of kernel config cleanups
kaloz [Wed, 11 Nov 2009 11:42:24 +0000 (11:42 +0000)]
another round of kernel config cleanups

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18370 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agowe don't support the 2.6.27 kernels for a long time now
kaloz [Wed, 11 Nov 2009 11:38:02 +0000 (11:38 +0000)]
we don't support the 2.6.27 kernels for a long time now

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18369 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomove CPUFREQ to generic configs
kaloz [Wed, 11 Nov 2009 10:00:28 +0000 (10:00 +0000)]
move CPUFREQ to generic configs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18368 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agosort all target config files
kaloz [Wed, 11 Nov 2009 09:27:13 +0000 (09:27 +0000)]
sort all target config files

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18367 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomove CONFIG_CRASH_DUMP to the generic configs
kaloz [Wed, 11 Nov 2009 09:07:22 +0000 (09:07 +0000)]
move CONFIG_CRASH_DUMP to the generic configs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18366 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agohostapd: automatically add wds sta interfaces of an ap to the right bridge
nbd [Wed, 11 Nov 2009 05:15:55 +0000 (05:15 +0000)]
hostapd: automatically add wds sta interfaces of an ap to the right bridge

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18365 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agohostapd: implement wds ap support
nbd [Wed, 11 Nov 2009 05:15:51 +0000 (05:15 +0000)]
hostapd: implement wds ap support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18364 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: fix a bug in broadcast handling of wds sta interfaces
nbd [Wed, 11 Nov 2009 05:15:41 +0000 (05:15 +0000)]
mac80211: fix a bug in broadcast handling of wds sta interfaces

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18363 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomerge target kernel config files with subtarget config files and add a variable overr...
nbd [Wed, 11 Nov 2009 01:25:06 +0000 (01:25 +0000)]
merge target kernel config files with subtarget config files and add a variable override for editing the target kernel config file with make kernel_menuconfig in case the subtarget contains overrides (thx, sn9)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18362 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoautomatically adjust CONFIG_BLK_DEV_INITRD in the kernel config (thx, sn9)
nbd [Wed, 11 Nov 2009 01:25:02 +0000 (01:25 +0000)]
automatically adjust CONFIG_BLK_DEV_INITRD in the kernel config (thx, sn9)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18361 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agohostapd: update to latest git, remove openssl dependency for hostapd-full, it works...
nbd [Wed, 11 Nov 2009 00:34:42 +0000 (00:34 +0000)]
hostapd: update to latest git, remove openssl dependency for hostapd-full, it works with internal crypto now

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18360 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] cleanup subtarget kernel configurations to contain only what is
florian [Tue, 10 Nov 2009 23:10:07 +0000 (23:10 +0000)]
[rdc] cleanup subtarget kernel configurations to contain only what is
required

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18359 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agohostapd: use the new build variants feature to clean up the makefile
nbd [Tue, 10 Nov 2009 22:00:59 +0000 (22:00 +0000)]
hostapd: use the new build variants feature to clean up the makefile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18358 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agobuild system: introduce a new feature called build variants.
nbd [Tue, 10 Nov 2009 22:00:54 +0000 (22:00 +0000)]
build system: introduce a new feature called build variants.
it allows building a package multiple times in one pass with different build dirs,
based on the same build settings.
replaces templating hacks like the one used in the hostapd package

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18357 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: implement wds sta support (wds ap support work in progress, needs hostapd...
nbd [Tue, 10 Nov 2009 19:27:19 +0000 (19:27 +0000)]
mac80211: implement wds sta support (wds ap support work in progress, needs hostapd changes)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18356 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: fix wpa in client mode
nbd [Tue, 10 Nov 2009 19:27:13 +0000 (19:27 +0000)]
mac80211: fix wpa in client mode

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18355 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] convert profiles to become subtargets, compile tested only
florian [Tue, 10 Nov 2009 00:22:07 +0000 (00:22 +0000)]
[rdc] convert profiles to become subtargets, compile tested only

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18354 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoadd preliminary MPC83xx support
kaloz [Mon, 9 Nov 2009 11:45:04 +0000 (11:45 +0000)]
add preliminary MPC83xx support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18353 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agobackport a recent version of vsprintf to linux 2.6.28 to fix mac80211 wifi interface...
nbd [Mon, 9 Nov 2009 00:58:44 +0000 (00:58 +0000)]
backport a recent version of vsprintf to linux 2.6.28 to fix mac80211 wifi interface detection

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18352 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: fix wifi detect with 11n cards that have multiple bands
nbd [Mon, 9 Nov 2009 00:58:39 +0000 (00:58 +0000)]
mac80211: fix wifi detect with 11n cards that have multiple bands

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18351 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] remove empty wl153 profile after r18349
florian [Sun, 8 Nov 2009 23:01:29 +0000 (23:01 +0000)]
[rdc] remove empty wl153 profile after r18349

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18350 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] also support pcmcia
florian [Sun, 8 Nov 2009 22:55:44 +0000 (22:55 +0000)]
[rdc] also support pcmcia

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18349 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] move headers to arch/x86/include/asm/, patch from sn9
florian [Sun, 8 Nov 2009 22:49:28 +0000 (22:49 +0000)]
[rdc] move headers to arch/x86/include/asm/, patch from sn9

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18347 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] make sure rdc321x specific patches apply (CONFIG_X86_RDC321X), patch from sn9
florian [Sun, 8 Nov 2009 22:48:19 +0000 (22:48 +0000)]
[rdc] make sure rdc321x specific patches apply (CONFIG_X86_RDC321X), patch from sn9

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18346 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[amazon] Add some build fixes for kernel 2.6.21 and the infineon amazon target.
hauke [Sun, 8 Nov 2009 21:56:59 +0000 (21:56 +0000)]
[amazon] Add some build fixes for kernel 2.6.21 and the infineon amazon target.

Now it compiles with the new toolchain.
These are mostly backports from mainline linux and newer linux kernels from openwrt.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18345 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agob43: work around a locking issue, might fix #5996
nbd [Sat, 7 Nov 2009 17:40:52 +0000 (17:40 +0000)]
b43: work around a locking issue, might fix #5996

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18338 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[x86] add again missing hunk in vmlinux.lds.S
florian [Sat, 7 Nov 2009 13:36:32 +0000 (13:36 +0000)]
[x86] add again missing hunk in vmlinux.lds.S

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18337 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[x86] add missing hunk in the block2mtd patch
florian [Sat, 7 Nov 2009 13:03:10 +0000 (13:03 +0000)]
[x86] add missing hunk in the block2mtd patch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18336 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[brcm63xx] merge upstream fixes on mdio loop
florian [Sat, 7 Nov 2009 12:48:17 +0000 (12:48 +0000)]
[brcm63xx] merge upstream fixes on mdio loop

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18335 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[kernel] refresh 2.6.31 patches
florian [Sat, 7 Nov 2009 12:45:41 +0000 (12:45 +0000)]
[kernel] refresh 2.6.31 patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18334 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[x86] add olpc 2.6.31 configuration, forward port the block2mtd patch, refresh patches
florian [Sat, 7 Nov 2009 12:32:25 +0000 (12:32 +0000)]
[x86] add olpc 2.6.31 configuration, forward port the block2mtd patch, refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18333 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[x86] the olpc config that was merged from the olpc port is a 2.6.30 config
florian [Sat, 7 Nov 2009 12:16:31 +0000 (12:16 +0000)]
[x86] the olpc config that was merged from the olpc port is a 2.6.30 config

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18332 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[feeds] switch back to LuCI main repo
jow [Sat, 7 Nov 2009 00:09:53 +0000 (00:09 +0000)]
[feeds] switch back to LuCI main repo

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18328 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] provide the correct flash mapping on non airlink devices, remove the rootfs_typ...
florian [Fri, 6 Nov 2009 10:53:15 +0000 (10:53 +0000)]
[rdc] provide the correct flash mapping on non airlink devices, remove the rootfs_type hacks, patch from sn9

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18327 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] add the prereq-check on lzma
florian [Fri, 6 Nov 2009 08:47:28 +0000 (08:47 +0000)]
[rdc] add the prereq-check on lzma

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18326 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] use host-side lzma decompression tool, lzma-4.32 from openwrt produces non...
florian [Fri, 6 Nov 2009 08:42:41 +0000 (08:42 +0000)]
[rdc] use host-side lzma decompression tool, lzma-4.32 from openwrt produces non-working bzImages, switch to 2.6.30, strip down kernel configuration

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18325 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] strip down even more the kernel configuration
florian [Thu, 5 Nov 2009 23:40:12 +0000 (23:40 +0000)]
[rdc] strip down even more the kernel configuration

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18324 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoiproute2: compile the static libraries with $(FPIC), as they are reused by other...
nbd [Thu, 5 Nov 2009 22:29:14 +0000 (22:29 +0000)]
iproute2: compile the static libraries with $(FPIC), as they are reused by other packages for inclusion into shared libraries
should fix collectd build failures on mips

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18323 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agouboot-ifxmips: fix compile errors with the cs toolchain due to non-PIC code
nbd [Thu, 5 Nov 2009 21:25:31 +0000 (21:25 +0000)]
uboot-ifxmips: fix compile errors with the cs toolchain due to non-PIC code

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18321 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoremove the old alix led junk which was replaced by upstream code
nbd [Thu, 5 Nov 2009 16:16:32 +0000 (16:16 +0000)]
remove the old alix led junk which was replaced by upstream code

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18320 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agooops, forgot the autoload
nbd [Thu, 5 Nov 2009 16:12:11 +0000 (16:12 +0000)]
oops, forgot the autoload

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18319 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofix kmod-leds-alix (#6079, #6105)
nbd [Thu, 5 Nov 2009 16:11:45 +0000 (16:11 +0000)]
fix kmod-leds-alix (#6079, #6105)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18318 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofix up the download location for the updated mac80211 version (thx, swalker)
nbd [Thu, 5 Nov 2009 16:05:52 +0000 (16:05 +0000)]
fix up the download location for the updated mac80211 version (thx, swalker)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18317 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] fix breakage introduced with r18315
florian [Thu, 5 Nov 2009 14:35:36 +0000 (14:35 +0000)]
[package] fix breakage introduced with r18315

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18316 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] remove the patch dir hack in iptables when building with an
florian [Thu, 5 Nov 2009 14:21:05 +0000 (14:21 +0000)]
[package] remove the patch dir hack in iptables when building with an
external tree, this did not work at all.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18315 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] remove some other useless configuration items
florian [Thu, 5 Nov 2009 13:21:55 +0000 (13:21 +0000)]
[rdc] remove some other useless configuration items

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18314 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoenable multicast routing for linux 2.4 (#6037)
nbd [Thu, 5 Nov 2009 12:10:17 +0000 (12:10 +0000)]
enable multicast routing for linux 2.4 (#6037)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18312 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoPass TARGET_CFLAGS using and external variable instead a sed expression that can...
nbd [Thu, 5 Nov 2009 11:55:00 +0000 (11:55 +0000)]
Pass TARGET_CFLAGS using and external variable instead a sed expression that can fail when TARGET_CFLAGS contains the ":" symbol.

Signed-off: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18311 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoDon't build gmp and mpfr when using external toolchains (based on patch from #6035)
nbd [Thu, 5 Nov 2009 11:16:20 +0000 (11:16 +0000)]
Don't build gmp and mpfr when using external toolchains (based on patch from #6035)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18310 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoadd missing CONFIG_MEDIA_SUPPORT symbol for v4l (fixes #6108)
nbd [Thu, 5 Nov 2009 11:06:23 +0000 (11:06 +0000)]
add missing CONFIG_MEDIA_SUPPORT symbol for v4l (fixes #6108)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18309 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agobinutils: fix build errors in 2.20 (patch from #6094)
nbd [Thu, 5 Nov 2009 01:49:20 +0000 (01:49 +0000)]
binutils: fix build errors in 2.20 (patch from #6094)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18307 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agometadata: process dependencies for targets that have subtargets as well - hides the...
nbd [Thu, 5 Nov 2009 01:24:30 +0000 (01:24 +0000)]
metadata: process dependencies for targets that have subtargets as well - hides the ramips target unless the user has requested to play with broken packages/targets (related to #6051)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18306 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] remove useless configuration options
florian [Wed, 4 Nov 2009 23:07:56 +0000 (23:07 +0000)]
[rdc] remove useless configuration options

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18303 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofix one more instance of r18295
nbd [Wed, 4 Nov 2009 22:51:07 +0000 (22:51 +0000)]
fix one more instance of r18295

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18301 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] 2.6.28: add flashmap and image support for the sitecom wl-176. Thanks Daniel...
agb [Wed, 4 Nov 2009 22:44:02 +0000 (22:44 +0000)]
[rdc] 2.6.28: add flashmap and image support for the sitecom wl-176. Thanks Daniel Gimpelevich

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18300 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] include kmod-rdc321x-wdt by default
florian [Wed, 4 Nov 2009 22:43:34 +0000 (22:43 +0000)]
[rdc] include kmod-rdc321x-wdt by default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18299 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] make rdc321-wdt become a package, saves some space in the kernel
florian [Wed, 4 Nov 2009 22:43:05 +0000 (22:43 +0000)]
[rdc] make rdc321-wdt become a package, saves some space in the kernel

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18298 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[kernel] add missing ledtrig-netdev dependency on the networking stack
florian [Wed, 4 Nov 2009 22:21:13 +0000 (22:21 +0000)]
[kernel] add missing ledtrig-netdev dependency on the networking stack

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18297 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofix platform specific overrides for kernel modules, fixes lp on brcm-2.4
nbd [Wed, 4 Nov 2009 21:54:53 +0000 (21:54 +0000)]
fix platform specific overrides for kernel modules, fixes lp on brcm-2.4

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18295 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: update to 2009-11-03
nbd [Wed, 4 Nov 2009 21:54:47 +0000 (21:54 +0000)]
mac80211: update to 2009-11-03

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18294 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: fill some important capabilities into ht_capab in the hostapd config
nbd [Wed, 4 Nov 2009 21:53:49 +0000 (21:53 +0000)]
mac80211: fill some important capabilities into ht_capab in the hostapd config

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18293 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[feeds] LuCI main repo is down due to server crash, switch to repo mirror
jow [Wed, 4 Nov 2009 16:51:43 +0000 (16:51 +0000)]
[feeds] LuCI main repo is down due to server crash, switch to repo mirror

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18292 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomadwifi: fix a crash bug related to refcounting of bss nodes
nbd [Wed, 4 Nov 2009 00:05:56 +0000 (00:05 +0000)]
madwifi: fix a crash bug related to refcounting of bss nodes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18290 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] fix breakage on wl500gp after r18214, thanks sn9 (#6084)
florian [Tue, 3 Nov 2009 20:35:37 +0000 (20:35 +0000)]
[package] fix breakage on wl500gp after r18214, thanks sn9 (#6084)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18289 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[brcm63xx] images without tagid now fallback to the untouched partition layout (...
florian [Tue, 3 Nov 2009 19:59:04 +0000 (19:59 +0000)]
[brcm63xx] images without tagid now fallback to the untouched partition layout (#6093)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18288 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agounbreak brcm-2.4
nbd [Tue, 3 Nov 2009 15:38:04 +0000 (15:38 +0000)]
unbreak brcm-2.4

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18287 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agotemporary remove the pfifo fast patch from 2.6.32, too
kaloz [Tue, 3 Nov 2009 11:12:17 +0000 (11:12 +0000)]
temporary remove the pfifo fast patch from 2.6.32, too

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18284 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoadd preliminary 2.6.32 support
kaloz [Tue, 3 Nov 2009 10:49:27 +0000 (10:49 +0000)]
add preliminary 2.6.32 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18283 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[kernel] add more missing configuration symbols
florian [Tue, 3 Nov 2009 01:24:44 +0000 (01:24 +0000)]
[kernel] add more missing configuration symbols

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18282 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[x86] refresh kernel patches
florian [Tue, 3 Nov 2009 01:12:48 +0000 (01:12 +0000)]
[x86] refresh kernel patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18281 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[x86] use 2.6.31.5, left-over from r18279
florian [Tue, 3 Nov 2009 01:12:20 +0000 (01:12 +0000)]
[x86] use 2.6.31.5, left-over from r18279

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18280 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[x86] merge the olpc target with the x86 target, both tested and running
florian [Tue, 3 Nov 2009 01:02:39 +0000 (01:02 +0000)]
[x86] merge the olpc target with the x86 target, both tested and running

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18279 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[olpc] increase the rootdelay value to ensure usb enumeration completes before block2...
florian [Mon, 2 Nov 2009 23:40:12 +0000 (23:40 +0000)]
[olpc] increase the rootdelay value to ensure usb enumeration completes before block2mtd uses /dev/sdX

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18278 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] add cpu identification patch from bifferos
florian [Mon, 2 Nov 2009 23:10:14 +0000 (23:10 +0000)]
[rdc] add cpu identification patch from bifferos

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18277 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] forward port r18254 to 2.6.30
florian [Mon, 2 Nov 2009 23:07:47 +0000 (23:07 +0000)]
[rdc] forward port r18254 to 2.6.30

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18276 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[kernel] refresh patches
florian [Mon, 2 Nov 2009 23:05:47 +0000 (23:05 +0000)]
[kernel] refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18275 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[adm5120] fix compilation failure of adm5120-dbg.c with the removal of bus_id
florian [Mon, 2 Nov 2009 15:55:16 +0000 (15:55 +0000)]
[adm5120] fix compilation failure of adm5120-dbg.c with the removal of bus_id

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18274 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agosquashfs4: use our lzma props settings again instead of the defaults (smaller images...
nbd [Mon, 2 Nov 2009 14:52:15 +0000 (14:52 +0000)]
squashfs4: use our lzma props settings again instead of the defaults (smaller images on arm/mips)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18273 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agosquashfs4: refresh the cygwin patch
nbd [Mon, 2 Nov 2009 14:52:09 +0000 (14:52 +0000)]
squashfs4: refresh the cygwin patch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18272 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agosquashfs4: fix build breakage
nbd [Mon, 2 Nov 2009 14:52:03 +0000 (14:52 +0000)]
squashfs4: fix build breakage

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18271 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoresync 2.6.30/2.6.31 patches
kaloz [Mon, 2 Nov 2009 09:54:06 +0000 (09:54 +0000)]
resync 2.6.30/2.6.31 patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18270 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agouse the new option for creating squashfs4-lzma images
kaloz [Mon, 2 Nov 2009 09:53:29 +0000 (09:53 +0000)]
use the new option for creating squashfs4-lzma images

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18269 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agosync mksquashfs4 with the CVS code to generate LZMA images
kaloz [Mon, 2 Nov 2009 09:52:54 +0000 (09:52 +0000)]
sync mksquashfs4 with the CVS code to generate LZMA images

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18268 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoSwitch to the squashfs-lzma code from the squashfs-devel git tree.
kaloz [Mon, 2 Nov 2009 09:51:35 +0000 (09:51 +0000)]
Switch to the squashfs-lzma code from the squashfs-devel git tree.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18267 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agogcc: fix build with cloog/ppl
nbd [Mon, 2 Nov 2009 00:47:27 +0000 (00:47 +0000)]
gcc: fix build with cloog/ppl

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18266 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agobinutils: fix path to cloog and ppl
nbd [Mon, 2 Nov 2009 00:47:24 +0000 (00:47 +0000)]
binutils: fix path to cloog and ppl

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18265 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoadd cloog and ppl to the tools build for the graphite framework in gcc 4.4
nbd [Mon, 2 Nov 2009 00:47:21 +0000 (00:47 +0000)]
add cloog and ppl to the tools build for the graphite framework in gcc 4.4

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18264 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoadd binutils 2.20
nbd [Mon, 2 Nov 2009 00:47:17 +0000 (00:47 +0000)]
add binutils 2.20

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18263 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoixp4xx: fix weird ethernet issues with some devices caused by the ethernet packet...
nbd [Mon, 2 Nov 2009 00:44:01 +0000 (00:44 +0000)]
ixp4xx: fix weird ethernet issues with some devices caused by the ethernet packet size increase.
despite what the docs day, 14320 is the largest working MRU value, not 16320
fixes #5785 for me

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18262 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ifxmips] clean up menuconfig path of dsl driver and userland helper
blogic [Sun, 1 Nov 2009 19:05:32 +0000 (19:05 +0000)]
[ifxmips] clean up menuconfig path of dsl driver and userland helper

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18260 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[ifxmips] adds dsl support, thank you infineon/lantiq
blogic [Sun, 1 Nov 2009 18:52:35 +0000 (18:52 +0000)]
[ifxmips] adds dsl support, thank you infineon/lantiq

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18259 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] fix hostapd frame injection in mac80211, backport 9b1ce526eb917c8b5c8497c32...
florian [Sun, 1 Nov 2009 10:46:36 +0000 (10:46 +0000)]
[package] fix hostapd frame injection in mac80211, backport 9b1ce526eb917c8b5c8497c327768130ee683392 (#6070)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18258 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] 2.6.28: remove zero-byte patch left by last commit
agb [Sun, 1 Nov 2009 06:24:34 +0000 (06:24 +0000)]
[rdc] 2.6.28: remove zero-byte patch left by last commit

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18255 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] 2.6.28: add ZyXEL and Amit flashmapping and start fixing up GPIO support. Thank...
agb [Sun, 1 Nov 2009 05:34:46 +0000 (05:34 +0000)]
[rdc] 2.6.28: add ZyXEL and Amit flashmapping and start fixing up GPIO support. Thanks Daniel Gimpelevich

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18254 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[brcm-2.4] fix failsafe, was accidentally broken by r18214. Thanks Daniel Gimpelevich
agb [Sun, 1 Nov 2009 01:09:56 +0000 (01:09 +0000)]
[brcm-2.4] fix failsafe, was accidentally broken by r18214. Thanks Daniel Gimpelevich

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18253 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoixp4xx: the missing phy_disconnect call has been added in upstream, remove that patch
juhosg [Sat, 31 Oct 2009 20:10:34 +0000 (20:10 +0000)]
ixp4xx: the missing phy_disconnect call has been added in upstream, remove that patch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18252 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoixp4xx: remove bogus 'eth%d: MII PHY x on NPE-x' messages
juhosg [Sat, 31 Oct 2009 20:10:30 +0000 (20:10 +0000)]
ixp4xx: remove bogus 'eth%d: MII PHY x on NPE-x' messages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18251 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[olpc] alway include kmod-libertas by default
florian [Sat, 31 Oct 2009 12:29:14 +0000 (12:29 +0000)]
[olpc] alway include kmod-libertas by default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18245 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] kmod-libertas needs kmod-lib80211 to load
florian [Sat, 31 Oct 2009 12:28:55 +0000 (12:28 +0000)]
[package] kmod-libertas needs kmod-lib80211 to load

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18244 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agouse $(HOST_CFLAGS) when not cross-compiling. Thanks Daniel Gimpelevich
agb [Fri, 30 Oct 2009 22:52:27 +0000 (22:52 +0000)]
use $(HOST_CFLAGS) when not cross-compiling. Thanks Daniel Gimpelevich

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18232 3c298f89-4303-0410-b956-a3cf2f4a3e73