summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update to 2.6.32.20Florian Fainelli2010-08-2231-179/+54
| | | | SVN-Revision: 22766
* Add Seagate Dockstar supportLars-Peter Clausen2010-08-223-41/+257
| | | | SVN-Revision: 22765
* Add uboot for marvell kirkwood based boardsLars-Peter Clausen2010-08-228-0/+755
| | | | SVN-Revision: 22764
* n810: Add basic battery management driverMichael Büsch2010-08-222-0/+490
| | | | SVN-Revision: 22760
* kernel: update kernel version to 2.6.34.5Hauke Mehrtens2010-08-2227-239/+89
| | | | SVN-Revision: 22759
* qemu: add dependency on libuuidAndy Boyett2010-08-221-0/+1
| | | | SVN-Revision: 22757
* Update to 2.6.35.3Michael Büsch2010-08-217-56/+35
| | | | SVN-Revision: 22753
* qemu: fix build failure on some systems. Closes #7767Andy Boyett2010-08-211-4/+2
| | | | SVN-Revision: 22751
* mac80211: Fix incorrect ifdef placement in 800-nuke_led_code.patchMichael Büsch2010-08-211-33/+52
| | | | SVN-Revision: 22749
* Danube: Fix irq ackLars-Peter Clausen2010-08-211-1/+21
| | | | SVN-Revision: 22748
* n810: Add retu/tahvo userspace interface debuggingMichael Büsch2010-08-212-1/+327
| | | | SVN-Revision: 22747
* Add an option to default the default build rule to parallel build.Michael Büsch2010-08-203-2/+16
| | | | SVN-Revision: 22737
* Include the usb-ohci module as defaultClaudio Mignanti2010-08-192-5/+1
| | | | SVN-Revision: 22733
* fix libtool fixup for libstdc++Felix Fietkau2010-08-191-1/+1
| | | | SVN-Revision: 22732
* add swconfig to the default set of packagesFlorian Fainelli2010-08-191-1/+1
| | | | SVN-Revision: 22728
* remove fixed phy support, enable most ar7 switch drivers.Florian Fainelli2010-08-192-9/+99
| | | | SVN-Revision: 22727
* fix compile errors by forcing bash to be used as a shell in all submake ↵Felix Fietkau2010-08-192-1/+1
| | | | | | processes SVN-Revision: 22726
* kernel: speed up building kernel packages by getting rid of unnecessary ↵Felix Fietkau2010-08-193-3/+5
| | | | | | CompareKernelPatchVer calls SVN-Revision: 22724
* toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and ↵Felix Fietkau2010-08-1912-68/+66
| | | | | | moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK SVN-Revision: 22723
* speed up the ipkg build process some more by reordering commandsFelix Fietkau2010-08-191-14/+11
| | | | SVN-Revision: 22722
* pwm-gpio-custom: fix compile on linux 2.6.31Felix Fietkau2010-08-191-0/+1
| | | | SVN-Revision: 22721
* speed up the build system by including include/shell.sh on shell commands ↵Felix Fietkau2010-08-198-12/+12
| | | | | | only where necessary SVN-Revision: 22720
* kernel: backport ppoll to 2.6.31 to fix udev buildFelix Fietkau2010-08-191-0/+354
| | | | SVN-Revision: 22719
* kernel: backport ssb dma_dev changes to fix b43 buildFelix Fietkau2010-08-191-0/+29
| | | | SVN-Revision: 22718
* kernel: add a missing config symbol for ext4Felix Fietkau2010-08-191-0/+1
| | | | SVN-Revision: 22717
* Add Tahvo USB supportMichael Büsch2010-08-192-9/+73
| | | | SVN-Revision: 22712
* 6in4: fix typo in last commitJo-Philipp Wich2010-08-191-1/+1
| | | | SVN-Revision: 22710
* 6in4: bypass uci state when reading local IPv4 addr, specify TTL during ↵Jo-Philipp Wich2010-08-192-5/+3
| | | | | | tunnel creation (#7769) SVN-Revision: 22708
* generic: rtl8366: allow use of VIDs 16-4095 if vlan4k is enabledGabor Juhos2010-08-182-4/+14
| | | | SVN-Revision: 22704
* generic: rtl8366: add generic code to enable VLANsGabor Juhos2010-08-184-84/+95
| | | | SVN-Revision: 22703
* generic: rtl8366: add enable_vlan{,4k} to smi_opsGabor Juhos2010-08-183-8/+14
| | | | SVN-Revision: 22702
* ar71xx: don't override CONFIG_SWAPGabor Juhos2010-08-182-2/+0
| | | | SVN-Revision: 22701
* ar71xx: change mac address initializationGabor Juhos2010-08-1831-61/+101
| | | | SVN-Revision: 22700
* Also support parallel build for host-packagesMichael Büsch2010-08-181-1/+3
| | | | SVN-Revision: 22698
* Support parallel build of certain packagesMichael Büsch2010-08-183-1/+35
| | | | SVN-Revision: 22696
* toolchain/gcc: remove remaining references to gcc-3.4.6Nicolas Thill2010-08-182-11/+1
| | | | SVN-Revision: 22694
* uhttpd: - fix parsing of interpreter entries in the config file, fixes ↵Jo-Philipp Wich2010-08-188-108/+141
| | | | | | serving of static files as .cgi with X-Wrt - better cope with connection aborts, especially during header transfer - fix return value checking of TLS reads and writes, solves some blocking issues SVN-Revision: 22692
* allow 1MB extra space for JFFS and other enhancements (#7706)Florian Fainelli2010-08-173-13/+24
| | | | SVN-Revision: 22690
* ath9k: remove an unnecessary BUG_ON in the aggregation code and clean up ↵Felix Fietkau2010-08-171-0/+36
| | | | | | block ack window tracking to use less memory SVN-Revision: 22688
* iptables: partly revert r22582, fixes ip6tables extension packagingJo-Philipp Wich2010-08-171-0/+4
| | | | SVN-Revision: 22686
* add missing config options from #7733, thanks maddesFlorian Fainelli2010-08-161-0/+2
| | | | SVN-Revision: 22685
* refresh 310-cfi0002-swap.patchFlorian Fainelli2010-08-161-1/+1
| | | | SVN-Revision: 22683
* ar71xx: add a new driver for the ar7240 switch using swconfig. hooks ↵Felix Fietkau2010-08-167-8/+902
| | | | | | directly into the ethernet driver, as MAC resets also require switch reinitializations and the switch is part of the cpu core anyway switch only tl-wr741nd (and other devices using this board file, such as tl-wr841nd) over to using this by default, as other devices are still untested fixes #7563 SVN-Revision: 22675
* add missing symbol: CONFIG_UCB1400_CORE to 2.6.35 configFlorian Fainelli2010-08-161-0/+1
| | | | SVN-Revision: 22674
* update acx-mac80211 and change the git url.Florian Fainelli2010-08-161-3/+3
| | | | SVN-Revision: 22672
* ncurses: Add libncursesw packageLars-Peter Clausen2010-08-161-2/+35
| | | | | | Thanks bartbes SVN-Revision: 22669
* Add build variants support to InstallDevLars-Peter Clausen2010-08-161-4/+6
| | | | | | | Before building a build variant would have removed the staging files installed by the previous build variant from the same makefile. SVN-Revision: 22668
* package/grub: add a prereq check for 32 bits host development files when ↵Nicolas Thill2010-08-161-0/+11
| | | | | | building on x86_64 (closes: #7753) SVN-Revision: 22667
* package/busybox: fix macosx cross compile, closes #7775Alexandros C. Couloumbis2010-08-161-0/+19
| | | | SVN-Revision: 22666
* package/busybox: add missing bits from 1.17.1 update (mostly config stuff), ↵Nicolas Thill2010-08-1533-509/+902
| | | | | | rename upstream patches so they're applied first SVN-Revision: 22665