aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* uci: upgrade to 0.7.5 - fixes a runtime error with 2.6.29 if flock() does ↵Felix Fietkau2009-04-231-2/+2
| | | | | | not work SVN-Revision: 15356
* kmod-bluetooth includes hidp, which needs input-core. add the missing dependencyFelix Fietkau2009-04-231-1/+1
| | | | SVN-Revision: 15355
* madwifi: fix a header file conflict with iptablesFelix Fietkau2009-04-232-3/+3
| | | | SVN-Revision: 15354
* modules: fix several typos in block.mkGabor Juhos2009-04-231-6/+6
| | | | SVN-Revision: 15350
* build host libtool along with target libtoolFelix Fietkau2009-04-221-0/+2
| | | | SVN-Revision: 15338
* 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
* automatically configure switches when swconfig is installedFelix Fietkau2009-04-212-1/+13
| | | | SVN-Revision: 15328
* 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 nvram_get checking on non-WGT634U (#4975)Florian Fainelli2009-04-211-1/+2
| | | | SVN-Revision: 15319
* swconfig: implement uci loading supportFelix Fietkau2009-04-216-64/+363
| | | | SVN-Revision: 15315
* swconfig: fix up kernel dependenciesFelix Fietkau2009-04-201-1/+1
| | | | SVN-Revision: 15304
* 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
* 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
* 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
* add a workaround preventing libtool from hardcoding library path in shared libsNicolas Thill2009-04-171-0/+1
| | | | SVN-Revision: 15246
* remove 'svn:keywords' property, not needed anymore after [15242]Nicolas Thill2009-04-171-1/+1
| | | | SVN-Revision: 15245
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-17161-161/+0
| | | | SVN-Revision: 15242
* move ldconfig & ldd to utils sectionNicolas Thill2009-04-141-1/+5
| | | | SVN-Revision: 15228
* do not run hotplug event for aliasesFelix Fietkau2009-04-131-0/+3
| | | | SVN-Revision: 15224
* firewall: enable /etc/firewall.user by default and install sample ↵Jo-Philipp Wich2009-04-123-5/+9
| | | | | | firewall.user file SVN-Revision: 15221
* base-files: remove redundant netmask handling in 10-routesJo-Philipp Wich2009-04-122-2/+1
| | | | SVN-Revision: 15219
* package ext4 (#4434)Florian Fainelli2009-04-121-0/+22
| | | | SVN-Revision: 15218
* do not load the spi_gpio module from mmc-over-gpio, bump release number (#4663)Florian Fainelli2009-04-121-3/+4
| | | | SVN-Revision: 15214
* allow openssl to compile with ccache enabled (#4518)Florian Fainelli2009-04-111-0/+40
| | | | SVN-Revision: 15212
* Update iw to version 0.9.12Hauke Mehrtens2009-04-101-2/+2
| | | | SVN-Revision: 15198
* The ssb module in also integrated into the kernel on brcm63xx target.Hauke Mehrtens2009-04-101-1/+1
| | | | SVN-Revision: 15197
* ieee80211-softmac is only avaliable in old kernels. It was removed with 2.6.26.Hauke Mehrtens2009-04-101-1/+1
| | | | SVN-Revision: 15196
* The b43 needs kmod-ssb. On the brcm47xx and brcm63xx target it is integrated ↵Hauke Mehrtens2009-04-101-1/+1
| | | | | | into the kernel all other need the module. SVN-Revision: 15195
* hostapd only supports either b or g as hwmode configuration variable. If bg ↵Hauke Mehrtens2009-04-091-0/+3
| | | | | | is set the scripts transfers it now to g mode. SVN-Revision: 15182
* In wifi_fixup_hwmode the value 11bg for hwmode was not transfered to bg.Hauke Mehrtens2009-04-091-0/+1
| | | | SVN-Revision: 15180
* dnsmasq: add more options for interface binding (#4900)Jo-Philipp Wich2009-04-093-1/+5
| | | | SVN-Revision: 15172
* b43: Remove unnecessary MMIO accesses in the interrupt hotpath.Michael Büsch2009-04-081-0/+177
| | | | SVN-Revision: 15160
* remove the b43 dependency on brcm47xx/brcm63xxFelix Fietkau2009-04-081-1/+1
| | | | SVN-Revision: 15156
* update e2fsprogs to 1.41.3Florian Fainelli2009-04-082-14/+2
| | | | SVN-Revision: 15151
* update ncurses to 5.7 (#4852)Florian Fainelli2009-04-085-7/+256
| | | | SVN-Revision: 15147