aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tools/autoconf: update to version 2.68Alexandros C. Couloumbis2010-12-061-2/+2
| | | | SVN-Revision: 24279
* tools/automake: update to version 1.11.1Alexandros C. Couloumbis2010-12-061-2/+2
| | | | SVN-Revision: 24278
* deptest: Make stamps be symlinks to logs.Michael Büsch2010-12-061-6/+8
| | | | SVN-Revision: 24277
* base-files: Added the preinit information for reset button and preinit ↵Daniel Dickinson2010-12-061-0/+5
| | | | | | indication led, and preinit interface SVN-Revision: 24276
* board definition: Fixed CPVA642 LED definitionsDaniel Dickinson2010-12-064-13/+8
| | | | SVN-Revision: 24275
* board definitions: Added CPVA642 GPIO leds and buttons and refreshed patches ↵Daniel Dickinson2010-12-064-7/+84
| | | | | | later in series due to fuzz SVN-Revision: 24274
* base-files: Added network defconfig because board only has one ethernet ↵Daniel Dickinson2010-12-061-0/+14
| | | | | | (4-port switch) SVN-Revision: 24273
* kernel: add dummy net deviceHauke Mehrtens2010-12-051-0/+14
| | | | | | | Thank you Thomas Jansen. (partly closes #5849) SVN-Revision: 24272
* kernel: add kmod-usb-serial-wwanHauke Mehrtens2010-12-051-0/+17
| | | | | | | | This package is needed by kmod-usb-serial-option Thank you raver (closes #7731) SVN-Revision: 24271
* ramips: add support for 2.6.36Gabor Juhos2010-12-058-0/+427
| | | | SVN-Revision: 24270
* ramips: default profile fixGabor Juhos2010-12-052-2/+2
| | | | | | | | Fix package names in default profiles. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 24269
* ramips: use tabs instead of spaces in mach-f5d8235-v2.cGabor Juhos2010-12-051-43/+43
| | | | SVN-Revision: 24268
* brcm47xx: do not read from CFEHauke Mehrtens2010-12-051-12/+6
| | | | SVN-Revision: 24267
* brcm47xx: backport patch from kernel 2.6.37Hauke Mehrtens2010-12-0511-134/+375
| | | | | | | Backport patches from r24162 brcm47xx: reorder patches like they were commitet upstream SVN-Revision: 24266
* brcm47xx: use on common files dirHauke Mehrtens2010-12-053-1192/+0
| | | | SVN-Revision: 24264
* ath9k: fix a DMA related race condition at hw reset timeFelix Fietkau2010-12-051-0/+74
| | | | SVN-Revision: 24261
* preliminary support for Freescale MPC85xx based boardsImre Kaloz2010-12-055-0/+318
| | | | SVN-Revision: 24259
* adds a --help option to /sbin/wifiFlorian Fainelli2010-12-052-1/+10
| | | | | | Signed-off-by: Sebastian Philipp <sebastian@spawnhost.de> SVN-Revision: 24258
* re-enable the libtool PKG_BUILD_DEPENDS for PKG_FIXUP and emit a deprecation ↵Jo-Philipp Wich2010-12-041-14/+9
| | | | | | warning. Packages must specify PKG_BUILD_DEPENDS:=libtool SVN-Revision: 24246
* busybox: Comcast uses option 150 for 6RD DHCP announcements, cover itJo-Philipp Wich2010-12-042-6/+8
| | | | SVN-Revision: 24245
* the switch to libtool2 seems to cause the iptables build environment not ↵Mirko Vogt2010-12-041-3/+3
| | | | | | building static libraries anymore, for whatever reason.. since we don't need them anyway, just do no try to copy them over anymore SVN-Revision: 24244
* ensure accidentally installed *.la-files (into $STAGING_DIR) are going to be ↵Mirko Vogt2010-12-041-0/+8
| | | | | | removed afterwards - this actually should be done within respective package-Makefiles itself, however they need to stay compatible with libtool v1.5.x which is used in backfire, since it (may) require those files SVN-Revision: 24241
* .gitignore: add *.o and .DS_Store by default - apparently some git versions ↵Felix Fietkau2010-12-041-0/+2
| | | | | | do not ignore these by default SVN-Revision: 24238
* ar71xx: work around a PCI controller bug which causes reads to the ↵Felix Fietkau2010-12-042-13/+10
| | | | | | PCI_COMMAND register to return bogus values - properly fixes ath9k module reload issues SVN-Revision: 24236
* mac80211: update to wireless-testing 2010-11-30Felix Fietkau2010-12-0432-1672/+2422
| | | | SVN-Revision: 24235
* disable libtool fixups in trunk globallyMirko Vogt2010-12-041-13/+14
| | | | SVN-Revision: 24234
* add md5 checksumMirko Vogt2010-12-031-1/+1
| | | | SVN-Revision: 24232
* block-extroot: Added md5sum to extroot and underlying root filesystem. This ↵Daniel Dickinson2010-12-033-0/+57
| | | | | | is used to ensure that the extroot is not mounted as the rootfs after a sysupgrade *until the user deals with the extroot). SVN-Revision: 24230
* toolchain/uClibc: sync to latest uClibc-0.9.32Alexandros C. Couloumbis2010-12-032-4/+4
| | | | SVN-Revision: 24229
* toolchain/uClibc: push an upstream fixAlexandros C. Couloumbis2010-12-031-0/+1
| | | | SVN-Revision: 24228
* update libtool from version 1.5.26 to version 2.4, this includes libltdl (to ↵Mirko Vogt2010-12-035-113/+2
| | | | | | v7) - WARNING: This switch is going to break something quite likely, however since more software is requiring libtool2/libltdl7 this change needs to be done some day anyway SVN-Revision: 24224
* remove unused kernel versions, make 2.6.36 the defaultImre Kaloz2010-12-0365-12553/+1
| | | | SVN-Revision: 24223
* 6to4: support multiple internal networks, use state vars for radvd configJo-Philipp Wich2010-12-022-54/+115
| | | | SVN-Revision: 24219
* brcm47xx: Add edimax PS1208mfg supportHauke Mehrtens2010-12-029-20/+331
| | | | | | Thank you clemvangelis for the patches. (closes #7672) SVN-Revision: 24217
* iproute2: dont filter cached routes on iproute_get (#8339)Jo-Philipp Wich2010-12-027-33/+43
| | | | SVN-Revision: 24216
* tune rtl8366s default config, make vlan 1 cpu port tagged and use eth0.1 for ↵Jo-Philipp Wich2010-12-023-6/+6
| | | | | | the lan interface - this brings the configuration more in line with other switch setups SVN-Revision: 24215
* kernel: package md and raid level modules (#7184)Jo-Philipp Wich2010-12-021-0/+144
| | | | SVN-Revision: 24214
* base-files: derive connect_time from uptime as local system time may warp ↵Jo-Philipp Wich2010-12-011-1/+1
| | | | | | due to rdate, ntp and other means SVN-Revision: 24212
* ar71xx: refresh patchesGabor Juhos2010-12-0116-36/+36
| | | | SVN-Revision: 24210
* ath9k: use per-device struct for pm_qos_* operationsGabor Juhos2010-12-012-1/+93
| | | | SVN-Revision: 24209
* generic: yet another missing config symbol for 2.6.37Gabor Juhos2010-12-011-0/+1
| | | | SVN-Revision: 24208
* base-files: save the connect time of interfaces in uci stateJo-Philipp Wich2010-12-011-0/+1
| | | | SVN-Revision: 24206
* add a new image for the TEW-652BRP which can be used with the bootloader ↵Jo-Philipp Wich2010-11-301-0/+1
| | | | | | recovery option SVN-Revision: 24196
* backport two changes from kernel.org: ↵Jo-Philipp Wich2010-11-3014-0/+349
| | | | | | | | | 65e9b62d4503849b10bedfc29bff0473760cc597 ipv6: add special mode accept_ra=2 to accept RA while configured as router c3bccac2fa76f1619dfe4fb7b9bee69de7f066d8 ipv6: add special mode forwarding=2 to send RS while configured as router SVN-Revision: 24195
* base-files: disable ipv6 on bridge ports, this prevents stray RA assigned ↵Jo-Philipp Wich2010-11-301-8/+13
| | | | | | and link local addresses on bridge member devices SVN-Revision: 24194
* image Makefile: Corrected router imagename length limiting. Thanks ↵Daniel Dickinson2010-11-281-1/+1
| | | | | | KanjiMonster for reminding me. SVN-Revision: 24191
* bcm63xx: Add support for the T-Com Speedport W 500V.Daniel Dickinson2010-11-284-1/+95
| | | | | | | | | | Add support for the T-Com Speedport W 500V using a special tagged image as it identifies itself as a 96348GW, but has some gpios wired differently, and also has only one ethernet port without a switch attached to it. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24190
* bcm63xx: Add board id override fixup.Daniel Dickinson2010-11-282-3/+75
| | | | | | | | | | | | Add a fixup for the kernel to check the bcm tag of the image for a boardid in the information1 field, and use that instead of the supplied one by cfe. This is triggered by a + at the start of the information1 field. Also modify the image generation to generate apropriately tagged images. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24189
* bcm63xx: Finalize support for DSL-274xB, rev C2.Daniel Dickinson2010-11-284-2/+91
| | | | | | | | | | | | The DSL-2740B/DSL-2741B rev C2 support was missing the board definition, resulting in a kernel panic on boot. This patch adds it, and also renames the generated image name to properly reflect that it is for the revision C2, and for both the DSL-2740B and DSL-2741B. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24188
* bcm63xx: Allow 'colored' power leds.Daniel Dickinson2010-11-281-1/+1
| | | | | | | | | | | Since some devices have more than one power led, they might be separated by their color in the name. To also allow them to be on after leaving preinit, set any status led starting with 'power' to on instead of only those with the exact name of 'power'. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24187