aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* defconfig: remove network config installed by base-files so defconfig can workAndy Boyett2009-02-261-0/+5
| | | | SVN-Revision: 14664
* wnr2000: enable ar8216 workaround, add network config. LAN ports now workAndy Boyett2009-02-263-0/+20
| | | | SVN-Revision: 14663
* defconfig: move defaults from /etc/config/defaults/ to /etc/defconfig/, ↵Andy Boyett2009-02-264-3/+3
| | | | | | previous location broke uci SVN-Revision: 14662
* wnr2000: configure eth1 (WAN) and detect the ar8216 switch on eth0 (LAN)Andy Boyett2009-02-261-0/+13
| | | | | | ar8216 headers are embedded in packets on eth0 so it is not usable yet SVN-Revision: 14661
* wnr2000: buttons and blinkenlights!Andy Boyett2009-02-261-0/+55
| | | | SVN-Revision: 14660
* allow packages to override PKG_UNPACK, HOST_UNPACKFelix Fietkau2009-02-251-2/+2
| | | | SVN-Revision: 14659
* ag71xx driver: forgot to add a new fileGabor Juhos2009-02-251-0/+53
| | | | SVN-Revision: 14657
* mzk-w04nu: enable the ar8216 chip workaround, and add a default network ↵Gabor Juhos2009-02-252-0/+17
| | | | | | configuration file SVN-Revision: 14656
* ag71xx driver: add a workaround for the ar8216 chip, until we get a suitable ↵Gabor Juhos2009-02-256-5/+45
| | | | | | switch driver SVN-Revision: 14655
* add default network configuration for the TL-WR941ND boardGabor Juhos2009-02-241-0/+19
| | | | SVN-Revision: 14654
* add more base-filesGabor Juhos2009-02-243-0/+85
| | | | SVN-Revision: 14653
* Fix ath5k crash on load (#4689)Florian Fainelli2009-02-241-1/+1
| | | | SVN-Revision: 14652
* replace some -I & -L flags with $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) when ↵Nicolas Thill2009-02-248-13/+13
| | | | | | appropriate SVN-Revision: 14651
* gdb: use @GNU mirror facility, cleanupNicolas Thill2009-02-231-3/+1
| | | | SVN-Revision: 14650
* gdb: fix gdbserver subpackage, cleanupNicolas Thill2009-02-231-7/+6
| | | | SVN-Revision: 14649
* move common variables to a dedicated include fileNicolas Thill2009-02-239-44/+24
| | | | SVN-Revision: 14648
* re-enable s3c24xx-specific sound modules to fix build of kmod-soundcoreMirko Vogt2009-02-231-165/+12
| | | | SVN-Revision: 14646
* initialize the url field for packagesFelix Fietkau2009-02-231-0/+1
| | | | SVN-Revision: 14643
* kernel-headers: fix build error when run for the second timeNicolas Thill2009-02-231-0/+1
| | | | SVN-Revision: 14641
* change libnl mirror to point to openwrt, original website seems downFlorian Fainelli2009-02-231-1/+1
| | | | SVN-Revision: 14640
* enable DSA supportGabor Juhos2009-02-231-0/+9
| | | | SVN-Revision: 14639
* remove duplicated includesGabor Juhos2009-02-231-1/+0
| | | | SVN-Revision: 14638
* TL-WR941ND: add DSA device for the Marvell 88E6060 switchGabor Juhos2009-02-233-0/+43
| | | | SVN-Revision: 14637
* move device registration function prototypes into a separate header fileGabor Juhos2009-02-2316-58/+89
| | | | SVN-Revision: 14635
* rename platform.c to devices.cGabor Juhos2009-02-232-1/+1
| | | | SVN-Revision: 14634
* enable TL-WR941ND in kernel configGabor Juhos2009-02-232-0/+5
| | | | SVN-Revision: 14633
* tl-wr941nd: register ethernet device, and fix machine idGabor Juhos2009-02-231-1/+14
| | | | SVN-Revision: 14632
* add back the old host patches for lua to improve portabilityFelix Fietkau2009-02-228-0/+4520
| | | | SVN-Revision: 14631
* allow a separate patch directory for host patchesFelix Fietkau2009-02-221-1/+3
| | | | SVN-Revision: 14630
* fix the host vs native stampfile dependencies to improve quilt supportFelix Fietkau2009-02-221-2/+2
| | | | SVN-Revision: 14629
* micrel phy driver: change initcall level if compiled into the kernelGabor Juhos2009-02-221-6/+6
| | | | SVN-Revision: 14628
* preliminary support for the TL-WR941NDGabor Juhos2009-02-224-1/+130
| | | | SVN-Revision: 14627
* include pppoa and br2684 packages by default (#4648)Florian Fainelli2009-02-221-0/+2
| | | | SVN-Revision: 14626
* do not patch the local copy of ar7part.c to be exactly like what is mainline ↵Florian Fainelli2009-02-222-200/+0
| | | | | | already SVN-Revision: 14625
* Asus WL-330gE SupportFelix Fietkau2009-02-222-11/+37
| | | | | | | | | | | | | Here is support for the compact Asus WL-330gE. It uses that all-in-one 5354 Broadcom chip that's also in the WL-520gU, so I assume USB support can be soldered on. I've yet to open up the device, though. Initial flashing is done through the CFE failsafe mode like on other Asus devices, where you boot holding the reset button, the power LED flashes, and you tftp an image. Signed-off-by: David Cooper <dave@kupesoft.com> SVN-Revision: 14624
* only define unpack templates if PKG_SOURCE is setFelix Fietkau2009-02-221-1/+6
| | | | SVN-Revision: 14623
* merge host build of lua from tools/ into package/lua/MakefileFelix Fietkau2009-02-2210-4469/+18
| | | | SVN-Revision: 14622
* allow concurrent use of host-build.mk and package.mk as well as their templatesFelix Fietkau2009-02-223-17/+26
| | | | SVN-Revision: 14621
* eliminate redundancy by creating the quilt_used stampfile in the right placeFelix Fietkau2009-02-225-4/+2
| | | | SVN-Revision: 14620
* nuke some wgt634u specific crap that was introduced upstreamFelix Fietkau2009-02-221-0/+178
| | | | SVN-Revision: 14619
* fix broadcom-diag on linux 2.6.28 (#4633)Felix Fietkau2009-02-222-7/+5
| | | | SVN-Revision: 14618
* fix missing change from r14610Felix Fietkau2009-02-221-1/+1
| | | | SVN-Revision: 14617
* add missing kconfig symbols for kmod-schedFelix Fietkau2009-02-221-1/+11
| | | | SVN-Revision: 14616
* re-enable cfg80211 as wellFelix Fietkau2009-02-222-2/+2
| | | | SVN-Revision: 14615
* re-apply r14531Felix Fietkau2009-02-222-2/+2
| | | | SVN-Revision: 14614
* disable all kernel config options that are set to =mFelix Fietkau2009-02-2241-3632/+3632
| | | | SVN-Revision: 14611
* build system refactoring in preparation for allowing packages to do ↵Felix Fietkau2009-02-2233-461/+494
| | | | | | host-build steps SVN-Revision: 14610
* fix typoFelix Fietkau2009-02-221-1/+1
| | | | SVN-Revision: 14609
* add country code option for hostapd (patch from #4675)Felix Fietkau2009-02-221-0/+2
| | | | SVN-Revision: 14608
* add missing dependenciesFelix Fietkau2009-02-221-2/+2
| | | | SVN-Revision: 14607