Commit Graph

12075 Commits

Author SHA1 Message Date
Michael Büsch
1941a86b15 bcm47xx: Port usb fixes to .30
SVN-Revision: 17533
2009-09-06 20:25:11 +00:00
Felix Fietkau
b93e7e9515 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)
SVN-Revision: 17532
2009-09-06 19:56:54 +00:00
Michael Büsch
bf95da61ac bcm47xx: Apply bcm5354 USB fix
SVN-Revision: 17531
2009-09-06 19:49:07 +00:00
Michael Büsch
82f1314a35 bcm47xx: Clean up USB patches
SVN-Revision: 17530
2009-09-06 19:31:14 +00:00
Felix Fietkau
488d168c25 move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all other ppp based protocols as well
SVN-Revision: 17529
2009-09-06 17:36:01 +00:00
Felix Fietkau
3b61c2c2b1 now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the board name around in kmod-* package versions anymore
SVN-Revision: 17528
2009-09-06 17:26:37 +00:00
Travis Kemen
27915ac778 fix nonhotpluggable networks not being brought up. Closes #2781
SVN-Revision: 17527
2009-09-06 17:02:14 +00:00
Florian Fainelli
65fa1debda add infrastructure to register gpio-input reset button
SVN-Revision: 17526
2009-09-06 13:54:17 +00:00
Florian Fainelli
77c4df9e45 fix build failures with bash4
SVN-Revision: 17525
2009-09-06 13:42:50 +00:00
Florian Fainelli
37f1b4ed7d fix some section warnings
SVN-Revision: 17524
2009-09-06 13:42:27 +00:00
Felix Fietkau
40e46b9830 fix jffs2 eof marker search in mtd (patch by Daniel Dickinson)
SVN-Revision: 17522
2009-09-05 23:38:51 +00:00
Felix Fietkau
6ab62627b8 remove an empty patch file (thx, xiangfu)
SVN-Revision: 17521
2009-09-05 23:15:47 +00:00
Gabor Juhos
b6ce09fea4 ar71xx: use WPS led for diagnostic on WRT160NL
SVN-Revision: 17518
2009-09-05 18:46:43 +00:00
Gabor Juhos
f494bcc222 package/base-files: set state to 'preinit' before preinit.arch is used, and set state to 'failsafe' when entering failsafe mode
SVN-Revision: 17517
2009-09-05 18:44:48 +00:00
Felix Fietkau
7d67818ab1 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.
SVN-Revision: 17516
2009-09-05 13:05:59 +00:00
Travis Kemen
1776830e64 add ifup -a to boot(), closes #4543 #2781
SVN-Revision: 17515
2009-09-05 05:33:23 +00:00
Travis Kemen
4c47562a37 extend logging functions
SVN-Revision: 17514
2009-09-04 21:09:13 +00:00
Gabor Juhos
28250aaa31 add missing GPIO register offsets
SVN-Revision: 17513
2009-09-04 15:08:29 +00:00
Gabor Juhos
8d8a4e7274 add GPIO configuration feature
SVN-Revision: 17512
2009-09-04 15:08:26 +00:00
Felix Fietkau
8691bbb699 madwifi: add a configuration for uapsd (unscheduled automatic powersave delivery), turn it off by default because of compatibility issues with nokia phones
SVN-Revision: 17510
2009-09-03 19:31:48 +00:00
Florian Fainelli
ff8d3f63b1 udevtrigger depends on 2.6 kernels
SVN-Revision: 17509
2009-09-03 18:49:47 +00:00
Florian Fainelli
e8727498cb update hotplug2 to r199, fixes build failures on brcm-2.4
SVN-Revision: 17508
2009-09-03 18:33:52 +00:00
Florian Fainelli
36d8dd6bb3 udev depends on 2.6, cleanup Makefile
SVN-Revision: 17507
2009-09-03 18:11:32 +00:00
Felix Fietkau
c4b197737e do not fail on empty packages
SVN-Revision: 17504
2009-09-03 02:53:13 +00:00
Felix Fietkau
d1f1ff5759 get rid of old data before staging unstripped package binaries
SVN-Revision: 17498
2009-09-03 01:10:37 +00:00
Felix Fietkau
e6ceb1cace build: when staging unstripped package files, install them to a temporary directory first to work around file overwrite issues in packages like asterisk
SVN-Revision: 17477
2009-09-02 19:01:09 +00:00
Felix Fietkau
eda566c4e9 get rid of dynamic buffer struct allocation during pcomp lzma decompression and instead force the caller to provide the maximum buffer list size
SVN-Revision: 17475
2009-09-02 17:42:35 +00:00
Gabor Juhos
b5e6d76dea fix a typo
SVN-Revision: 17474
2009-09-02 15:31:03 +00:00
Gabor Juhos
09677bf748 initial support for the AP-R3052-V22RW-2X2 board
SVN-Revision: 17473
2009-09-02 15:31:00 +00:00
Felix Fietkau
f8fbef73e7 atheros: fix failsafe mode
SVN-Revision: 17471
2009-09-02 15:14:57 +00:00
Felix Fietkau
6155fdf5d3 preinit: fix failsafe mode through ctrl+c on devices that do not provide a preinit.arch file
SVN-Revision: 17470
2009-09-02 15:14:53 +00:00
Felix Fietkau
d0bdbdc64f mvswitch: set the netdevice into promiscuous mode when header mode is enabled, otherwise packets may get dropped
SVN-Revision: 17469
2009-09-02 15:14:37 +00:00
Felix Fietkau
d101694d97 wprobe: fix compile error because of missing isnan()
SVN-Revision: 17468
2009-09-02 12:55:26 +00:00
Gabor Juhos
c4385d3282 use common code for early_serial setup
SVN-Revision: 17467
2009-09-02 12:44:17 +00:00
Gabor Juhos
73b20f8194 share prom code
SVN-Revision: 17466
2009-09-02 10:04:12 +00:00
Florian Fainelli
294ec33e47 fix reboot hang on bcm6345, thanks AndyI
SVN-Revision: 17465
2009-09-02 08:32:00 +00:00
Gabor Juhos
552e298755 initial support for Asus RT-N15
SVN-Revision: 17463
2009-09-01 19:34:27 +00:00
Gabor Juhos
01657335b9 cache_line_size is 16 on rt288x
SVN-Revision: 17462
2009-09-01 19:34:24 +00:00
Gabor Juhos
2dbe6d0e6f remove unused *_MACH_GENERIC config options
SVN-Revision: 17461
2009-09-01 19:34:21 +00:00
Gabor Juhos
d685777386 fix a typo
SVN-Revision: 17460
2009-09-01 19:34:18 +00:00
Florian Fainelli
bf54335dee add experimental 2.6.30 support
SVN-Revision: 17459
2009-09-01 15:36:04 +00:00
Florian Fainelli
090842a624 fix linking failures against memcpy on x86_64, fix runtime tested successfully
SVN-Revision: 17458
2009-09-01 15:31:56 +00:00
Hauke Mehrtens
291de07cb0 fix module loading with kernel 2.6.27
SVN-Revision: 17457
2009-09-01 14:53:35 +00:00
Gabor Juhos
298202afb8 share machine registration code
SVN-Revision: 17456
2009-08-31 18:53:34 +00:00
Gabor Juhos
aec7426483 use common get_system_type function
SVN-Revision: 17455
2009-08-31 18:53:31 +00:00
Gabor Juhos
f4afb9a4f9 share memory size detection code
SVN-Revision: 17454
2009-08-31 18:53:26 +00:00
Gabor Juhos
3cc0bc9038 add common setup code
SVN-Revision: 17453
2009-08-31 18:53:22 +00:00
Gabor Juhos
4dd57199a2 rt288x: readd RT2880_INTC_BASE definition
SVN-Revision: 17452
2009-08-31 15:35:54 +00:00
Felix Fietkau
caf8074566 scripts/feeds: fix an error message
SVN-Revision: 17451
2009-08-31 14:28:24 +00:00
Gabor Juhos
f62337417c rt288x: fix serial console
SVN-Revision: 17450
2009-08-31 09:34:07 +00:00