openwrt.git
14 years agodo not forcibly disable stripping when selecting CONFIG_DEBUG, debugging symbols...
nbd [Sun, 6 Sep 2009 19:56:54 +0000 (19:56 +0000)]
do not forcibly disable stripping when selecting CONFIG_DEBUG, debugging symbols can be useful even if they are not put on the device (e.g. remote cross-gdb)

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

14 years agobcm47xx: Apply bcm5354 USB fix
mb [Sun, 6 Sep 2009 19:49:07 +0000 (19:49 +0000)]
bcm47xx: Apply bcm5354 USB fix

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

14 years agobcm47xx: Clean up USB patches
mb [Sun, 6 Sep 2009 19:31:14 +0000 (19:31 +0000)]
bcm47xx: Clean up USB patches

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

14 years agomove ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all other ppp...
nbd [Sun, 6 Sep 2009 17:36:01 +0000 (17:36 +0000)]
move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all other ppp based protocols as well

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

14 years agonow that $(BOARD) is part of the opkg ARCH, there's no reason to keep the board name...
nbd [Sun, 6 Sep 2009 17:26:37 +0000 (17:26 +0000)]
now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the board name around in kmod-* package versions anymore

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

14 years agofix nonhotpluggable networks not being brought up. Closes #2781
thepeople [Sun, 6 Sep 2009 17:02:14 +0000 (17:02 +0000)]
fix nonhotpluggable networks not being brought up. Closes #2781

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

14 years ago[brcm63xx] add infrastructure to register gpio-input reset button
florian [Sun, 6 Sep 2009 13:54:17 +0000 (13:54 +0000)]
[brcm63xx] add infrastructure to register gpio-input reset button

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

14 years ago[uml] fix build failures with bash4
florian [Sun, 6 Sep 2009 13:42:50 +0000 (13:42 +0000)]
[uml] fix build failures with bash4

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

14 years ago[uml] fix some section warnings
florian [Sun, 6 Sep 2009 13:42:27 +0000 (13:42 +0000)]
[uml] fix some section warnings

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

14 years agofix jffs2 eof marker search in mtd (patch by Daniel Dickinson)
nbd [Sat, 5 Sep 2009 23:38:51 +0000 (23:38 +0000)]
fix jffs2 eof marker search in mtd (patch by Daniel Dickinson)

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

14 years agoremove an empty patch file (thx, xiangfu)
nbd [Sat, 5 Sep 2009 23:15:47 +0000 (23:15 +0000)]
remove an empty patch file (thx, xiangfu)

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

14 years agoar71xx: use WPS led for diagnostic on WRT160NL
juhosg [Sat, 5 Sep 2009 18:46:43 +0000 (18:46 +0000)]
ar71xx: use WPS led for diagnostic on WRT160NL

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

14 years agopackage/base-files: set state to 'preinit' before preinit.arch is used, and set state...
juhosg [Sat, 5 Sep 2009 18:44:48 +0000 (18:44 +0000)]
package/base-files: set state to 'preinit' before preinit.arch is used, and set state to 'failsafe' when entering failsafe mode

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

14 years agoRevert "add ifup -a to boot(), closes #4543 #2781" (r17515)
nbd [Sat, 5 Sep 2009 13:05:59 +0000 (13:05 +0000)]
Revert "add ifup -a to boot(), closes #4543 #2781" (r17515)
Hotpluggable interfaces are already brought up before /etc/init.d/network boot
and this change can break them, if the ifup -a command runs at the wrong time,
also starts many interfaces twice, which can lead to issues with PPPoE.

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

14 years agoadd ifup -a to boot(), closes #4543 #2781
thepeople [Sat, 5 Sep 2009 05:33:23 +0000 (05:33 +0000)]
add ifup -a to boot(), closes #4543 #2781

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

14 years agoextend logging functions
thepeople [Fri, 4 Sep 2009 21:09:13 +0000 (21:09 +0000)]
extend logging functions

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

14 years ago[ramips] add missing GPIO register offsets
juhosg [Fri, 4 Sep 2009 15:08:29 +0000 (15:08 +0000)]
[ramips] add missing GPIO register offsets

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

14 years ago[ramips] add GPIO configuration feature
juhosg [Fri, 4 Sep 2009 15:08:26 +0000 (15:08 +0000)]
[ramips] add GPIO configuration feature

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

14 years agomadwifi: add a configuration for uapsd (unscheduled automatic powersave delivery...
nbd [Thu, 3 Sep 2009 19:31:48 +0000 (19:31 +0000)]
madwifi: add a configuration for uapsd (unscheduled automatic powersave delivery), turn it off by default because of compatibility issues with nokia phones

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

14 years ago[package] udevtrigger depends on 2.6 kernels
florian [Thu, 3 Sep 2009 18:49:47 +0000 (18:49 +0000)]
[package] udevtrigger depends on 2.6 kernels

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

14 years ago[package] update hotplug2 to r199, fixes build failures on brcm-2.4
florian [Thu, 3 Sep 2009 18:33:52 +0000 (18:33 +0000)]
[package] update hotplug2 to r199, fixes build failures on brcm-2.4

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

14 years ago[package] udev depends on 2.6, cleanup Makefile
florian [Thu, 3 Sep 2009 18:11:32 +0000 (18:11 +0000)]
[package] udev depends on 2.6, cleanup Makefile

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

14 years agoremove stale hotplug2-old directories
nbd [Thu, 3 Sep 2009 02:57:02 +0000 (02:57 +0000)]
remove stale hotplug2-old directories

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

14 years agodo not fail on empty packages
nbd [Thu, 3 Sep 2009 02:53:13 +0000 (02:53 +0000)]
do not fail on empty packages

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

14 years agoget rid of old data before staging unstripped package binaries
nbd [Thu, 3 Sep 2009 01:10:37 +0000 (01:10 +0000)]
get rid of old data before staging unstripped package binaries

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

14 years agobuild: when staging unstripped package files, install them to a temporary directory...
nbd [Wed, 2 Sep 2009 19:01:09 +0000 (19:01 +0000)]
build: when staging unstripped package files, install them to a temporary directory first to work around file overwrite issues in packages like asterisk

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

14 years agoget rid of dynamic buffer struct allocation during pcomp lzma decompression and inste...
nbd [Wed, 2 Sep 2009 17:42:35 +0000 (17:42 +0000)]
get rid of dynamic buffer struct allocation during pcomp lzma decompression and instead force the caller to provide the maximum buffer list size

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

14 years ago[ramips] fix a typo
juhosg [Wed, 2 Sep 2009 15:31:03 +0000 (15:31 +0000)]
[ramips] fix a typo

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

14 years ago[ramips] initial support for the AP-R3052-V22RW-2X2 board
juhosg [Wed, 2 Sep 2009 15:31:00 +0000 (15:31 +0000)]
[ramips] initial support for the AP-R3052-V22RW-2X2 board

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

14 years agoatheros: fix failsafe mode
nbd [Wed, 2 Sep 2009 15:14:57 +0000 (15:14 +0000)]
atheros: fix failsafe mode

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

14 years agopreinit: fix failsafe mode through ctrl+c on devices that do not provide a preinit...
nbd [Wed, 2 Sep 2009 15:14:53 +0000 (15:14 +0000)]
preinit: fix failsafe mode through ctrl+c on devices that do not provide a preinit.arch file

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

14 years agomvswitch: set the netdevice into promiscuous mode when header mode is enabled, otherw...
nbd [Wed, 2 Sep 2009 15:14:37 +0000 (15:14 +0000)]
mvswitch: set the netdevice into promiscuous mode when header mode is enabled, otherwise packets may get dropped

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

14 years agowprobe: fix compile error because of missing isnan()
nbd [Wed, 2 Sep 2009 12:55:26 +0000 (12:55 +0000)]
wprobe: fix compile error because of missing isnan()

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

14 years ago[ramips] use common code for early_serial setup
juhosg [Wed, 2 Sep 2009 12:44:17 +0000 (12:44 +0000)]
[ramips] use common code for early_serial setup

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

14 years ago[ramips] share prom code
juhosg [Wed, 2 Sep 2009 10:04:12 +0000 (10:04 +0000)]
[ramips] share prom code

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

14 years ago[brcm63xx] fix reboot hang on bcm6345, thanks AndyI
florian [Wed, 2 Sep 2009 08:32:00 +0000 (08:32 +0000)]
[brcm63xx] fix reboot hang on bcm6345, thanks AndyI

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

14 years ago[ramips] initial support for Asus RT-N15
juhosg [Tue, 1 Sep 2009 19:34:27 +0000 (19:34 +0000)]
[ramips] initial support for Asus RT-N15

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

14 years ago[ramips] cache_line_size is 16 on rt288x
juhosg [Tue, 1 Sep 2009 19:34:24 +0000 (19:34 +0000)]
[ramips] cache_line_size is 16 on rt288x

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

14 years ago[ramips] remove unused *_MACH_GENERIC config options
juhosg [Tue, 1 Sep 2009 19:34:21 +0000 (19:34 +0000)]
[ramips] remove unused *_MACH_GENERIC config options

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

14 years ago[ramips] fix a typo
juhosg [Tue, 1 Sep 2009 19:34:18 +0000 (19:34 +0000)]
[ramips] fix a typo

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

14 years ago[olpc] add experimental 2.6.30 support
florian [Tue, 1 Sep 2009 15:36:04 +0000 (15:36 +0000)]
[olpc] add experimental 2.6.30 support

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

14 years ago[uml] fix linking failures against memcpy on x86_64, fix runtime tested successfully
florian [Tue, 1 Sep 2009 15:31:56 +0000 (15:31 +0000)]
[uml] fix linking failures against memcpy on x86_64, fix runtime tested successfully

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

14 years ago[mac80211] fix module loading with kernel 2.6.27
hauke [Tue, 1 Sep 2009 14:53:35 +0000 (14:53 +0000)]
[mac80211] fix module loading with kernel 2.6.27

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

14 years ago[ramips] share machine registration code
juhosg [Mon, 31 Aug 2009 18:53:34 +0000 (18:53 +0000)]
[ramips] share machine registration code

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

14 years ago[ramips] use common get_system_type function
juhosg [Mon, 31 Aug 2009 18:53:31 +0000 (18:53 +0000)]
[ramips] use common get_system_type function

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

14 years ago[ramips] share memory size detection code
juhosg [Mon, 31 Aug 2009 18:53:26 +0000 (18:53 +0000)]
[ramips] share memory size detection code

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

14 years ago[ramips] add common setup code
juhosg [Mon, 31 Aug 2009 18:53:22 +0000 (18:53 +0000)]
[ramips] add common setup code

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

14 years ago[ramips] rt288x: readd RT2880_INTC_BASE definition
juhosg [Mon, 31 Aug 2009 15:35:54 +0000 (15:35 +0000)]
[ramips] rt288x: readd RT2880_INTC_BASE definition

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

14 years agoscripts/feeds: fix an error message
nbd [Mon, 31 Aug 2009 14:28:24 +0000 (14:28 +0000)]
scripts/feeds: fix an error message

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

14 years ago[ramips] rt288x: fix serial console
juhosg [Mon, 31 Aug 2009 09:34:07 +0000 (09:34 +0000)]
[ramips] rt288x: fix serial console

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

14 years ago[ramips] register GPIO LEDs on the WHR-G300N board
juhosg [Mon, 31 Aug 2009 09:14:18 +0000 (09:14 +0000)]
[ramips] register GPIO LEDs on the WHR-G300N board

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

14 years ago[ramips] add common GPIO LED support
juhosg [Mon, 31 Aug 2009 09:14:14 +0000 (09:14 +0000)]
[ramips] add common GPIO LED support

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

14 years ago[ramips] rt305x: remove HW_HAS_PCI config option
juhosg [Mon, 31 Aug 2009 08:29:23 +0000 (08:29 +0000)]
[ramips] rt305x: remove HW_HAS_PCI config option

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

14 years ago[ramips] fix GPIOLIB support
juhosg [Mon, 31 Aug 2009 08:29:19 +0000 (08:29 +0000)]
[ramips] fix GPIOLIB support

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

14 years agoadd support for build system overlays that alter package build instructions
nbd [Mon, 31 Aug 2009 01:11:25 +0000 (01:11 +0000)]
add support for build system overlays that alter package build instructions
currently unused, will probably be managed by the feeds system later

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

14 years ago[ramips] rt288x: fix build error
juhosg [Sun, 30 Aug 2009 20:13:13 +0000 (20:13 +0000)]
[ramips] rt288x: fix build error

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

14 years ago[ramips] platform.h is rt288x specific, move it
juhosg [Sun, 30 Aug 2009 20:13:10 +0000 (20:13 +0000)]
[ramips] platform.h is rt288x specific, move it

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

14 years ago[ramips] rt288x: generic machine code cleanup
juhosg [Sun, 30 Aug 2009 19:55:55 +0000 (19:55 +0000)]
[ramips] rt288x: generic machine code cleanup

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

14 years ago[ramips] header cleanup
juhosg [Sun, 30 Aug 2009 19:55:53 +0000 (19:55 +0000)]
[ramips] header cleanup

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

14 years ago[ramips] share common INTC code
juhosg [Sun, 30 Aug 2009 19:15:58 +0000 (19:15 +0000)]
[ramips] share common INTC code

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

14 years ago[ramips] initial support for RT288x/RT305x
juhosg [Sun, 30 Aug 2009 19:15:51 +0000 (19:15 +0000)]
[ramips] initial support for RT288x/RT305x

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

14 years agouclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was not expor...
nbd [Sat, 29 Aug 2009 11:56:27 +0000 (11:56 +0000)]
uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was not exported by default. use it instead of libc_pic.a

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

14 years agoallow mklibs.py to optimize libgcc_s.so.1
nbd [Sat, 29 Aug 2009 03:51:43 +0000 (03:51 +0000)]
allow mklibs.py to optimize libgcc_s.so.1

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

14 years agofix wrong kernel version based nls dependency
nbd [Fri, 28 Aug 2009 16:26:53 +0000 (16:26 +0000)]
fix wrong kernel version based nls dependency

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

14 years agoadd missing dependency for kmod-ntfs (patch from #5638)
nbd [Fri, 28 Aug 2009 16:26:48 +0000 (16:26 +0000)]
add missing dependency for kmod-ntfs (patch from #5638)

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

14 years agoAdded identification of WRT610N and its button/led definitions.
nbd [Fri, 28 Aug 2009 15:03:36 +0000 (15:03 +0000)]
Added identification of WRT610N and its button/led definitions.

Signed-off-by: Tomas Kopal <Tomas.Kopal@altap.cz>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17434 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoAdded support for identifying the BCM53115 switch found in WRT610N.
nbd [Fri, 28 Aug 2009 14:20:37 +0000 (14:20 +0000)]
Added support for identifying the BCM53115 switch found in WRT610N.

Signed-off-by: Tomas Kopal <Tomas.Kopal@altap.cz>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17433 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoadd hg support to getver.sh (patch from #5763)
nbd [Fri, 28 Aug 2009 12:51:01 +0000 (12:51 +0000)]
add hg support to getver.sh (patch from #5763)

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

14 years agomadwifi: fix another unconverted netdev_ops issue
nbd [Fri, 28 Aug 2009 12:50:56 +0000 (12:50 +0000)]
madwifi: fix another unconverted netdev_ops issue

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

14 years ago[tools] build fixes for squashfs4 on cygwin
florian [Thu, 27 Aug 2009 19:47:13 +0000 (19:47 +0000)]
[tools] build fixes for squashfs4 on cygwin

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

14 years agopxcab: Add config-2.6.31
geoff [Thu, 27 Aug 2009 18:02:37 +0000 (18:02 +0000)]
pxcab: Add config-2.6.31

Tested with 2.6.31-rc7

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17429 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agopxcab: Build fix
geoff [Thu, 27 Aug 2009 17:58:57 +0000 (17:58 +0000)]
pxcab: Build fix

0001-powerpc-mpic-Fix-mapping-of-DCR-based-MPIC-variants.patch was
merged in 2.6.30.4

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17428 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] update e2fsprogs to 1.41.9, add support for ext4 (#5748)
florian [Thu, 27 Aug 2009 09:16:54 +0000 (09:16 +0000)]
[package] update e2fsprogs to 1.41.9, add support for ext4 (#5748)

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

14 years agoadd the in-tree gspca driver
florian [Thu, 27 Aug 2009 08:38:16 +0000 (08:38 +0000)]
add the in-tree gspca driver

Signed-off-by: David Cooper <dave at kupesoft.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17421 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[kernel] mode cygwin fixes for scripts/mod/file2alias
florian [Thu, 27 Aug 2009 08:18:01 +0000 (08:18 +0000)]
[kernel] mode cygwin fixes for scripts/mod/file2alias

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

14 years agoar7: remove CONFIG_CRYPTO_ALGAPI override
nbd [Wed, 26 Aug 2009 23:31:20 +0000 (23:31 +0000)]
ar7: remove CONFIG_CRYPTO_ALGAPI override

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

14 years agoubicom32: remove some more unnecessary stuff from the kernel patch
nbd [Wed, 26 Aug 2009 22:49:03 +0000 (22:49 +0000)]
ubicom32: remove some more unnecessary stuff from the kernel patch

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

14 years agoRevert "[ubicom32] remove kernel patch for now since it is incomplete and has some...
nbd [Wed, 26 Aug 2009 22:46:30 +0000 (22:46 +0000)]
Revert "[ubicom32] remove kernel patch for now since it is incomplete and has some licensing issues" (r17404)
There are no licensing issues with this patch

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

14 years agofirewall: emit hotplug events for interface add/remove
nbd [Wed, 26 Aug 2009 22:46:24 +0000 (22:46 +0000)]
firewall: emit hotplug events for interface add/remove

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

14 years agops3: Remove support for linux-2.6.28
geoff [Wed, 26 Aug 2009 22:00:33 +0000 (22:00 +0000)]
ps3: Remove support for linux-2.6.28

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17412 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agops3: Update kernel to linux-2.6.30
geoff [Wed, 26 Aug 2009 21:57:24 +0000 (21:57 +0000)]
ps3: Update kernel to linux-2.6.30

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17411 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] iw: update to 0.9.17
juhosg [Wed, 26 Aug 2009 15:29:54 +0000 (15:29 +0000)]
[package] iw: update to 0.9.17

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

14 years agocreate v4 squashfs image for 2.6.31
juhosg [Wed, 26 Aug 2009 09:52:25 +0000 (09:52 +0000)]
create v4 squashfs image for 2.6.31

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

14 years ago[tools] fix quilt installation on all platforms
florian [Wed, 26 Aug 2009 07:55:31 +0000 (07:55 +0000)]
[tools] fix quilt installation on all platforms

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

14 years ago[ubicom32] remove kernel patch for now since it is incomplete and has some licensing...
florian [Wed, 26 Aug 2009 07:44:21 +0000 (07:44 +0000)]
[ubicom32] remove kernel patch for now since it is incomplete and has some licensing issues

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

14 years ago[ar71xx] move early_printk stuff into a separate file
juhosg [Wed, 26 Aug 2009 07:31:04 +0000 (07:31 +0000)]
[ar71xx] move early_printk stuff into a separate file

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

14 years ago[kernel] more linux kernel cygwin build fixes
florian [Wed, 26 Aug 2009 07:26:00 +0000 (07:26 +0000)]
[kernel] more linux kernel cygwin build fixes

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

14 years ago[uClibc] more cygwin build fixes
florian [Wed, 26 Aug 2009 07:25:24 +0000 (07:25 +0000)]
[uClibc] more cygwin build fixes

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

14 years ago[ar71xx] remove AR71XX_EARLY_SERIAL stuff
juhosg [Tue, 25 Aug 2009 17:13:12 +0000 (17:13 +0000)]
[ar71xx] remove AR71XX_EARLY_SERIAL stuff

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

14 years ago[tools] make quilt installation work on cygwin
florian [Tue, 25 Aug 2009 14:55:18 +0000 (14:55 +0000)]
[tools] make quilt installation work on cygwin

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

14 years agoixp4xx: refresh patches
nbd [Tue, 25 Aug 2009 12:13:18 +0000 (12:13 +0000)]
ixp4xx: refresh patches

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

14 years agoixp4xx add jumboframe fixes by Ted Hess (#5746)
nbd [Tue, 25 Aug 2009 12:05:47 +0000 (12:05 +0000)]
ixp4xx add jumboframe fixes by Ted Hess (#5746)

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

14 years agofix breakage introduced with [17394]
kaloz [Tue, 25 Aug 2009 11:56:27 +0000 (11:56 +0000)]
fix breakage introduced with [17394]

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

14 years ago[scripts] do not check for a specific Cygwin version, rather check the operating...
florian [Tue, 25 Aug 2009 09:16:03 +0000 (09:16 +0000)]
[scripts] do not check for a specific Cygwin version, rather check the operating system name directly, thanks AndyI

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

14 years agoudevtrigger: replace the non-portable tar options used to prevent a namespace conflic...
nbd [Mon, 24 Aug 2009 23:22:32 +0000 (23:22 +0000)]
udevtrigger: replace the non-portable tar options used to prevent a namespace conflict with a change to PKG_BUILD_DIR. fixes build on non-gnu systems

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

14 years agochange HOST_STAMP_PREPARED for toolchain builds to make sure that added/removed patch...
nbd [Mon, 24 Aug 2009 23:22:28 +0000 (23:22 +0000)]
change HOST_STAMP_PREPARED for toolchain builds to make sure that added/removed patches do not trigger partial toolchain rebuilds

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

14 years agoatheros switch support: add missing commit statements
nbd [Mon, 24 Aug 2009 22:11:31 +0000 (22:11 +0000)]
atheros switch support: add missing commit statements

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

14 years agoatheros: do not alter the network vlan config if swconfig is required and missing
nbd [Mon, 24 Aug 2009 22:06:56 +0000 (22:06 +0000)]
atheros: do not alter the network vlan config if swconfig is required and missing

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

14 years agomove /bin/swconfig to /sbin
nbd [Mon, 24 Aug 2009 22:05:49 +0000 (22:05 +0000)]
move /bin/swconfig to /sbin

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

14 years agops3: Update defconfig-ps3-petitboot to not build udevtrigger
geoff [Mon, 24 Aug 2009 20:21:03 +0000 (20:21 +0000)]
ps3: Update defconfig-ps3-petitboot to not build udevtrigger

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17379 3c298f89-4303-0410-b956-a3cf2f4a3e73

This page took 0.070534 seconds and 4 git commands to generate.