1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 19:23:40 +03:00
Commit Graph

15415 Commits

Author SHA1 Message Date
kaloz
5ed0363af9 another round of kernel config cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18370 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 11:42:24 +00:00
kaloz
7d2dbfd771 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
2009-11-11 11:38:02 +00:00
kaloz
321cdf5b29 move CPUFREQ to generic configs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18368 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 10:00:28 +00:00
kaloz
4388c9e2c1 sort all target config files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18367 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 09:27:13 +00:00
kaloz
470ce7bd90 move CONFIG_CRASH_DUMP to the generic configs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18366 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 09:07:22 +00:00
nbd
872cbfb521 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
2009-11-11 05:15:55 +00:00
nbd
4fa998189d hostapd: implement wds ap support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18364 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 05:15:51 +00:00
nbd
513bbd2cdc 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
2009-11-11 05:15:41 +00:00
nbd
ad1ed217dc 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
2009-11-11 01:25:06 +00:00
nbd
7131b95c8c 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
2009-11-11 01:25:02 +00:00
nbd
cd60446ca1 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
2009-11-11 00:34:42 +00:00
florian
be57a0a21b [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
2009-11-10 23:10:07 +00:00
nbd
bb92232db4 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
2009-11-10 22:00:59 +00:00
nbd
bc624321e8 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
2009-11-10 22:00:54 +00:00
nbd
3b3a36db38 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
2009-11-10 19:27:19 +00:00
nbd
a4df146bd6 mac80211: fix wpa in client mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18355 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-10 19:27:13 +00:00
florian
860aac31e7 [rdc] convert profiles to become subtargets, compile tested only
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18354 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-10 00:22:07 +00:00
kaloz
8179e8082c add preliminary MPC83xx support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18353 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-09 11:45:04 +00:00
nbd
8b71343ecd 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
2009-11-09 00:58:44 +00:00
nbd
cb9259e186 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
2009-11-09 00:58:39 +00:00
florian
4cf0969674 [rdc] remove empty wl153 profile after r18349
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18350 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-08 23:01:29 +00:00
florian
5a632e0fb1 [rdc] also support pcmcia
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-08 22:55:44 +00:00
florian
bda4e4e698 [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
2009-11-08 22:49:28 +00:00
florian
010506fafc [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
2009-11-08 22:48:19 +00:00
hauke
c8e4b6534a [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
2009-11-08 21:56:59 +00:00
nbd
da02086104 b43: work around a locking issue, might fix #5996
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18338 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-07 17:40:52 +00:00
florian
1fa447544a [x86] add again missing hunk in vmlinux.lds.S
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18337 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-07 13:36:32 +00:00
florian
d076b12052 [x86] add missing hunk in the block2mtd patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18336 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-07 13:03:10 +00:00
florian
4a5b5bdb00 [brcm63xx] merge upstream fixes on mdio loop
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18335 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-07 12:48:17 +00:00
florian
a8a51aaf29 [kernel] refresh 2.6.31 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18334 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-07 12:45:41 +00:00
florian
90c331955e [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
2009-11-07 12:32:25 +00:00
florian
bbd135050c [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
2009-11-07 12:16:31 +00:00
jow
b5b5bb8742 [feeds] switch back to LuCI main repo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18328 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-07 00:09:53 +00:00
florian
6832337740 [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
2009-11-06 10:53:15 +00:00
florian
80bb9da84f [rdc] add the prereq-check on lzma
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18326 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-06 08:47:28 +00:00
florian
91681580d6 [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
2009-11-06 08:42:41 +00:00
florian
30d1329e80 [rdc] strip down even more the kernel configuration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18324 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-05 23:40:12 +00:00
nbd
69c0ee58e9 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
2009-11-05 22:29:14 +00:00
nbd
0b7968af02 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
2009-11-05 21:25:31 +00:00
nbd
b9eaff23ad 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
2009-11-05 16:16:32 +00:00
nbd
57967352ad oops, forgot the autoload
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-05 16:12:11 +00:00
nbd
5b4f77876d fix kmod-leds-alix (#6079, #6105)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18318 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-05 16:11:45 +00:00
nbd
d71b9a7d99 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
2009-11-05 16:05:52 +00:00
florian
290c36378f [package] fix breakage introduced with r18315
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-05 14:35:36 +00:00
florian
498ec579dd [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
2009-11-05 14:21:05 +00:00
florian
1f00501340 [rdc] remove some other useless configuration items
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18314 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-05 13:21:55 +00:00
nbd
7954e8f37c enable multicast routing for linux 2.4 (#6037)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18312 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-05 12:10:17 +00:00
nbd
99867b24bf 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
2009-11-05 11:55:00 +00:00
nbd
18fbe1a18b 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
2009-11-05 11:16:20 +00:00
nbd
09076810f3 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
2009-11-05 11:06:23 +00:00