aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* do not forcibly disable stripping when selecting CONFIG_DEBUG, debugging ↵Felix Fietkau2009-09-061-2/+0
| | | | | | 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
* bcm47xx: Apply bcm5354 USB fixMichael Büsch2009-09-061-0/+63
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: Clean up USB patchesMichael Büsch2009-09-063-56/+53
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17530 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all ↵Felix Fietkau2009-09-062-5/+6
| | | | | | other ppp based protocols as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17529 3c298f89-4303-0410-b956-a3cf2f4a3e73
* now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the ↵Felix Fietkau2009-09-062-3/+3
| | | | | | board name around in kmod-* package versions anymore git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17528 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix nonhotpluggable networks not being brought up. Closes #2781Travis Kemen2009-09-063-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17527 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add infrastructure to register gpio-input reset buttonFlorian Fainelli2009-09-063-1/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17526 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uml] fix build failures with bash4Florian Fainelli2009-09-061-0/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17525 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uml] fix some section warningsFlorian Fainelli2009-09-061-0/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17524 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix jffs2 eof marker search in mtd (patch by Daniel Dickinson)Felix Fietkau2009-09-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17522 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove an empty patch file (thx, xiangfu)Felix Fietkau2009-09-051-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17521 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use WPS led for diagnostic on WRT160NLGabor Juhos2009-09-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17518 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/base-files: set state to 'preinit' before preinit.arch is used, and ↵Gabor Juhos2009-09-052-3/+4
| | | | | | set state to 'failsafe' when entering failsafe mode git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17517 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "add ifup -a to boot(), closes #4543 #2781" (r17515)Felix Fietkau2009-09-051-1/+0
| | | | | | | | 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
* add ifup -a to boot(), closes #4543 #2781Travis Kemen2009-09-051-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17515 3c298f89-4303-0410-b956-a3cf2f4a3e73
* extend logging functionsTravis Kemen2009-09-041-7/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17514 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] add missing GPIO register offsetsGabor Juhos2009-09-041-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17513 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] add GPIO configuration featureGabor Juhos2009-09-0411-4/+197
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add a configuration for uapsd (unscheduled automatic powersave ↵Felix Fietkau2009-09-031-0/+3
| | | | | | 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
* [package] udevtrigger depends on 2.6 kernelsFlorian Fainelli2009-09-031-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17509 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update hotplug2 to r199, fixes build failures on brcm-2.4Florian Fainelli2009-09-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] udev depends on 2.6, cleanup MakefileFlorian Fainelli2009-09-031-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove stale hotplug2-old directoriesFelix Fietkau2009-09-030-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17505 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do not fail on empty packagesFelix Fietkau2009-09-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17504 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of old data before staging unstripped package binariesFelix Fietkau2009-09-031-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: when staging unstripped package files, install them to a temporary ↵Felix Fietkau2009-09-021-3/+5
| | | | | | 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
* get rid of dynamic buffer struct allocation during pcomp lzma decompression ↵Felix Fietkau2009-09-022-23/+93
| | | | | | 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
* [ramips] fix a typoGabor Juhos2009-09-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17474 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] initial support for the AP-R3052-V22RW-2X2 boardGabor Juhos2009-09-026-0/+102
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17473 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: fix failsafe modeFelix Fietkau2009-09-021-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17471 3c298f89-4303-0410-b956-a3cf2f4a3e73
* preinit: fix failsafe mode through ctrl+c on devices that do not provide a ↵Felix Fietkau2009-09-021-1/+5
| | | | | | preinit.arch file git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17470 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mvswitch: set the netdevice into promiscuous mode when header mode is ↵Felix Fietkau2009-09-021-0/+3
| | | | | | enabled, otherwise packets may get dropped git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17469 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wprobe: fix compile error because of missing isnan()Felix Fietkau2009-09-021-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17468 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] use common code for early_serial setupGabor Juhos2009-09-024-70/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17467 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] share prom codeGabor Juhos2009-09-025-69/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17466 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix reboot hang on bcm6345, thanks AndyIFlorian Fainelli2009-09-021-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] initial support for Asus RT-N15Gabor Juhos2009-09-015-0/+91
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17463 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] cache_line_size is 16 on rt288xGabor Juhos2009-09-013-1/+66
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17462 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] remove unused *_MACH_GENERIC config optionsGabor Juhos2009-09-014-10/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17461 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] fix a typoGabor Juhos2009-09-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17460 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [olpc] add experimental 2.6.30 supportFlorian Fainelli2009-09-012-0/+794
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17459 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uml] fix linking failures against memcpy on x86_64, fix runtime tested ↵Florian Fainelli2009-09-011-0/+26
| | | | | | successfully git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17458 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] fix module loading with kernel 2.6.27Hauke Mehrtens2009-09-012-89/+451
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17457 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] share machine registration codeGabor Juhos2009-08-3112-88/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17456 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] use common get_system_type functionGabor Juhos2009-08-319-26/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17455 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] share memory size detection codeGabor Juhos2009-08-315-35/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17454 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] add common setup codeGabor Juhos2009-08-315-7/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17453 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] rt288x: readd RT2880_INTC_BASE definitionGabor Juhos2009-08-311-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17452 3c298f89-4303-0410-b956-a3cf2f4a3e73
* scripts/feeds: fix an error messageFelix Fietkau2009-08-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17451 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] rt288x: fix serial consoleGabor Juhos2009-08-311-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17450 3c298f89-4303-0410-b956-a3cf2f4a3e73