summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* clean up automake/pkg-config handling, move separate host/package variable ↵Felix Fietkau2009-04-224-20/+24
| | | | | | exports to templates, fix automake path for host builds SVN-Revision: 15339
* build host libtool along with target libtoolFelix Fietkau2009-04-221-0/+2
| | | | SVN-Revision: 15338
* enable tgz for x86 - people are using it for system upgradesFelix Fietkau2009-04-221-1/+1
| | | | SVN-Revision: 15337
* hci_usb.c has been replaced with btusb.c in 2.6.29 - modify makefile to ↵Hamish Guthrie2009-04-221-0/+33
| | | | | | handle this condition based upon kernel revision SVN-Revision: 15336
* atheros: enable swconfig by defaultFelix Fietkau2009-04-211-1/+1
| | | | SVN-Revision: 15331
* atheros: fix up the wlan mac address if the board data is missingFelix Fietkau2009-04-212-3/+5
| | | | SVN-Revision: 15330
* atheros: add default uci configuration for ICPlus IP175CFelix Fietkau2009-04-211-1/+19
| | | | SVN-Revision: 15329
* automatically configure switches when swconfig is installedFelix Fietkau2009-04-212-1/+13
| | | | SVN-Revision: 15328
* kernel: make sure all patches are applied before running menuconfig or oldconfigFelix Fietkau2009-04-211-1/+1
| | | | SVN-Revision: 15325
* add an explicit 'sysinit' tag for logging initscripts output, instead of '' ↵Nicolas Thill2009-04-211-1/+1
| | | | | | that was logged as is SVN-Revision: 15323
* fix initscripts activation (closes: #4037, #4745)Nicolas Thill2009-04-211-2/+2
| | | | SVN-Revision: 15320
* fix nvram_get checking on non-WGT634U (#4975)Florian Fainelli2009-04-211-1/+2
| | | | SVN-Revision: 15319
* rename picostation pico2 images to openwrt-atheros-ubnt2-pico2-... to avoid ↵Jo-Philipp Wich2009-04-211-1/+1
| | | | | | confusion SVN-Revision: 15316
* swconfig: implement uci loading supportFelix Fietkau2009-04-216-64/+363
| | | | SVN-Revision: 15315
* Generate suitable images for the UBNT PicoStation2Jo-Philipp Wich2009-04-212-0/+12
| | | | SVN-Revision: 15314
* add a workaround to rstrip restoring exec perms when they got changed by sstripNicolas Thill2009-04-211-0/+3
| | | | SVN-Revision: 15312
* clean up the ip175c driver some more, add support for setting the pvid and ↵Felix Fietkau2009-04-201-105/+91
| | | | | | fix querying the phy status SVN-Revision: 15308
* swconfig: add a generic method for setting the port primary vlan id (used ↵Felix Fietkau2009-04-202-7/+42
| | | | | | for transparently fixing up pvid for untagged port when setting vlan ports) SVN-Revision: 15307
* add IC+ IP175C driver (based on Patrick Horn's driver, see #4050)Felix Fietkau2009-04-204-1/+1368
| | | | SVN-Revision: 15305
* swconfig: fix up kernel dependenciesFelix Fietkau2009-04-201-1/+1
| | | | SVN-Revision: 15304
* atheros: nuke 2.6.26 support, 2.6.28 is stableFelix Fietkau2009-04-2039-6819/+0
| | | | SVN-Revision: 15303
* swconfig: treat struct switch_attr as constantFelix Fietkau2009-04-202-13/+13
| | | | SVN-Revision: 15302
* swconfig: remove old debugging stuffFelix Fietkau2009-04-201-2/+0
| | | | SVN-Revision: 15301
* add optional driver for the hw watchdog on gateworks avila boards (requires ↵Felix Fietkau2009-04-203-0/+270
| | | | | | soldering to work properly) SVN-Revision: 15300
* move pkg config stuff to per-target exports to prevent interference with ↵Felix Fietkau2009-04-203-3/+6
| | | | | | host builds SVN-Revision: 15299
* prepare libtool for being build nativly (and therefore being able to build ↵Mirko Vogt2009-04-201-2/+4
| | | | | | libtool-required host-stuff within OpenWrt independent of libtool-version installed on the host-system), remove weird aclocal-copies SVN-Revision: 15298
* corrected dependenciesHamish Guthrie2009-04-201-1/+1
| | | | SVN-Revision: 15296
* add joystick device supportHamish Guthrie2009-04-201-0/+15
| | | | SVN-Revision: 15295
* correct typos in titles of event device and HID devicesHamish Guthrie2009-04-201-2/+2
| | | | SVN-Revision: 15294
* add hidp supportHamish Guthrie2009-04-201-2/+5
| | | | SVN-Revision: 15293
* update dependenciesHamish Guthrie2009-04-201-1/+1
| | | | SVN-Revision: 15292
* fix strange LED behavior with Netgear WGT634U (#3552)Florian Fainelli2009-04-202-3/+7
| | | | SVN-Revision: 15290
* add config option for RNDIS Adds the kernel config option for RNDIS, used by ↵Jo-Philipp Wich2009-04-191-0/+16
| | | | | | | | some USB ADSL modems. Not selected by default, yet. Signed-off-by: Andrea Borgia <andrea@borgia.bo.it> SVN-Revision: 15289
* firewall: actually copy firewall.user to imageJo-Philipp Wich2009-04-191-0/+2
| | | | SVN-Revision: 15286
* allow connection to a prefered bssid (#4252)Florian Fainelli2009-04-191-1/+1
| | | | SVN-Revision: 15283
* blkid only depends on libuuid and libblkid (#4932)Florian Fainelli2009-04-191-2/+2
| | | | SVN-Revision: 15280
* firewall: process custom rules after forwardings and redirects, this ↵Jo-Philipp Wich2009-04-192-3/+3
| | | | | | actually allows blocking traffic to certain hosts and other rules SVN-Revision: 15278
* fix broken logic in r15272, r15273Jo-Philipp Wich2009-04-191-5/+4
| | | | SVN-Revision: 15274
* base-files: (#4928) handle "option gateway 0.0.0.0" and "option gateway ↵Jo-Philipp Wich2009-04-191-0/+7
| | | | | | interface" in route sections as "no gateway given" to allow defining gateway-less routes while still keeping the possibility to have static routes with a proper gateway on interfaces with# dynamic ips SVN-Revision: 15272
* add sata_sil24 module Signed-off-by: Erik Inge Bols? <knan-openwrt@anduin.net>Jo-Philipp Wich2009-04-191-0/+16
| | | | SVN-Revision: 15261
* etrax: dump to 2.6.29Claudio Mignanti2009-04-1912-205/+291
| | | | SVN-Revision: 15260
* Add support for CM109 USB VoIP phoneJo-Philipp Wich2009-04-191-0/+16
| | | | | | | | | | this patch adds support for USB VoIP-phones using the CM109 chipset. the cm109.ko module was added to linux kernel 2.6.28 it was tested with SVN revision 15247 on a Asus WL-500G Premium. Signed-off-by: Alfred E. Heggestad <aeh@db.org> SVN-Revision: 15258
* lua: revert r15108 & r15109Jo-Philipp Wich2009-04-193-160/+5
| | | | SVN-Revision: 15256
* correctly set mapbase while registering the UART (#4622)Florian Fainelli2009-04-191-1/+2
| | | | SVN-Revision: 15255
* fix redundant driver name printing in probe functionFlorian Fainelli2009-04-191-1/+1
| | | | SVN-Revision: 15254
* make images that can be flashed using the stock firmware web interface, ↵Florian Fainelli2009-04-193-40/+110
| | | | | | thanks to Anselmo Luginbuhl and Daniel Dickinson (#4909, #4943) SVN-Revision: 15253
* ixp4xx: add linux 2.6.29 patches (TODO: re-integrate switch/multi-phy support)Felix Fietkau2009-04-1837-0/+5779
| | | | SVN-Revision: 15252
* add generic 2.6.29 patches and config (squashfs still untested, user space ↵Felix Fietkau2009-04-1887-304/+38252
| | | | | | mkfs still missing) SVN-Revision: 15251
* add md5sum for linux 2.6.29.1Felix Fietkau2009-04-181-0/+3
| | | | SVN-Revision: 15250
* add a modified version of the mips64 patch from #4603Felix Fietkau2009-04-1819-4/+201
| | | | SVN-Revision: 15249