aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* introduce a generic PKG_CONFIG_DEPENDS for packages that need to be ↵Nicolas Thill2009-04-275-14/+20
| | | | | | reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS SVN-Revision: 15451
* kernel: add missing kconfig symbol related to SSBNicolas Thill2009-04-271-0/+1
| | | | SVN-Revision: 15449
* remove leftover unvram directory and move the nvram.init change to package/nvramFelix Fietkau2009-04-279-1148/+1
| | | | SVN-Revision: 15447
* nvram fixup: move the nvram commit hook to commit for all variables, since ↵Felix Fietkau2009-04-271-1/+1
| | | | | | changes no longer take effect after only a set operation SVN-Revision: 15441
* broadcom-wl: add nvram stub to fix nas compile after the switch to unvramFelix Fietkau2009-04-272-3/+25
| | | | SVN-Revision: 15439
* rename unvram to nvramJo-Philipp Wich2009-04-278-0/+1147
| | | | SVN-Revision: 15437
* remove old nvram packageJo-Philipp Wich2009-04-2710-1287/+0
| | | | SVN-Revision: 15436
* unvram: rename executable to "nvram" and place it in /usr/sbin, add fixup ↵Jo-Philipp Wich2009-04-273-5/+83
| | | | | | init script from old nvram package SVN-Revision: 15435
* lua: embed md5libJo-Philipp Wich2009-04-271-0/+484
| | | | SVN-Revision: 15431
* unvram: get rid of some memory leaksJo-Philipp Wich2009-04-273-21/+22
| | | | SVN-Revision: 15430
* unvram: make it work on bcm47xx, also look for /dev/mtdblockXJo-Philipp Wich2009-04-263-8/+25
| | | | SVN-Revision: 15429
* pcap: fix disabling bluetoothFelix Fietkau2009-04-261-0/+2
| | | | SVN-Revision: 15428
* Add unvram, a nvram manipulation tool suitable for brcm-2.4 and bcm47xx ↵Jo-Philipp Wich2009-04-267-0/+1051
| | | | | | platforms SVN-Revision: 15426
* kernel: disable kmod-rfkill on UMLNicolas Thill2009-04-261-1/+1
| | | | SVN-Revision: 15425
* change occurences of LUA to Lua (from http://www.lua.org/about.html: Please ↵Nicolas Thill2009-04-251-7/+7
| | | | | | do not write it as "LUA", which is both ugly and confusing [...] So, please, write "Lua" right!) SVN-Revision: 15412
* add missing dependenciesHauke Mehrtens2009-04-251-4/+12
| | | | SVN-Revision: 15411
* openssl: add a patch to support DTLS compatibility with Cisco AnyConnect & ↵Nicolas Thill2009-04-252-2/+141
| | | | | | OpenConnect VPN clients (thanks to freezer) SVN-Revision: 15410
* madwifi: remove old Makefile hacks not needed anymoreNicolas Thill2009-04-251-6/+1
| | | | SVN-Revision: 15408
* Update crda to version 1.0.2 and regulatory database to 2009.04.17.Hauke Mehrtens2009-04-252-5/+5
| | | | SVN-Revision: 15405
* Update iw to version 0.9.13.Hauke Mehrtens2009-04-251-3/+3
| | | | SVN-Revision: 15404
* ead: use the new pcap features and the raw socket optimization to eliminate ↵Felix Fietkau2009-04-252-4/+61
| | | | | | most of the cpu utilization overhead caused by the use of pcap live capturing SVN-Revision: 15400
* pcap: update to version 1.0.0, add extension for changing the desired ↵Felix Fietkau2009-04-2510-605/+464
| | | | | | protocol for the internal raw socket (useful for reducing the cpu overhead of capture) SVN-Revision: 15398
* mac80211: cleanup patchesGabor Juhos2009-04-244-31/+17
| | | | SVN-Revision: 15392
* r6040 kernel module also needs to set the CONFIG_R6040_NAPI symbolFlorian Fainelli2009-04-241-1/+2
| | | | SVN-Revision: 15377
* uClibc cleanup: - use full version string (0.9.30.1), instead of base ↵Nicolas Thill2009-04-241-9/+5
| | | | | | (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) SVN-Revision: 15368
* 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