Commit graph

2728 commits

Author SHA1 Message Date
Nicolas Thill
7658ef1316 introduce a generic PKG_CONFIG_DEPENDS for packages that need to be reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS
SVN-Revision: 15451
2009-04-27 15:53:00 +00:00
Nicolas Thill
b558d4b839 kernel: add missing kconfig symbol related to SSB
SVN-Revision: 15449
2009-04-27 15:48:11 +00:00
Felix Fietkau
c2696fb706 remove leftover unvram directory and move the nvram.init change to package/nvram
SVN-Revision: 15447
2009-04-27 15:44:07 +00:00
Felix Fietkau
f8fb679405 nvram fixup: move the nvram commit hook to commit for all variables, since changes no longer take effect after only a set operation
SVN-Revision: 15441
2009-04-27 15:27:32 +00:00
Felix Fietkau
7f8b55cec9 broadcom-wl: add nvram stub to fix nas compile after the switch to unvram
SVN-Revision: 15439
2009-04-27 14:18:34 +00:00
Jo-Philipp Wich
69decd27e2 rename unvram to nvram
SVN-Revision: 15437
2009-04-27 12:58:54 +00:00
Jo-Philipp Wich
ace455e0c0 remove old nvram package
SVN-Revision: 15436
2009-04-27 12:57:57 +00:00
Jo-Philipp Wich
6eec3954ef unvram: rename executable to "nvram" and place it in /usr/sbin, add fixup init script from old nvram package
SVN-Revision: 15435
2009-04-27 12:57:29 +00:00
Jo-Philipp Wich
41fe312464 lua: embed md5lib
SVN-Revision: 15431
2009-04-27 01:47:03 +00:00
Jo-Philipp Wich
1de0566a8b unvram: get rid of some memory leaks
SVN-Revision: 15430
2009-04-27 01:38:15 +00:00
Jo-Philipp Wich
0f3ccb8868 unvram: make it work on bcm47xx, also look for /dev/mtdblockX
SVN-Revision: 15429
2009-04-26 20:42:36 +00:00
Felix Fietkau
2d9c80b60f pcap: fix disabling bluetooth
SVN-Revision: 15428
2009-04-26 19:35:05 +00:00
Jo-Philipp Wich
400c1a7fbf Add unvram, a nvram manipulation tool suitable for brcm-2.4 and bcm47xx platforms
SVN-Revision: 15426
2009-04-26 14:54:05 +00:00
Nicolas Thill
70c8870f64 kernel: disable kmod-rfkill on UML
SVN-Revision: 15425
2009-04-26 12:49:11 +00:00
Nicolas Thill
53836068b4 change occurences of LUA to Lua (from http://www.lua.org/about.html: Please do not write it as "LUA", which is both ugly and confusing [...] So, please, write "Lua" right!)
SVN-Revision: 15412
2009-04-25 20:36:30 +00:00
Hauke Mehrtens
ad4c58da91 add missing dependencies
SVN-Revision: 15411
2009-04-25 19:48:54 +00:00
Nicolas Thill
2a54a83244 openssl: add a patch to support DTLS compatibility with Cisco AnyConnect & OpenConnect VPN clients (thanks to freezer)
SVN-Revision: 15410
2009-04-25 16:33:00 +00:00
Nicolas Thill
5282bfd731 madwifi: remove old Makefile hacks not needed anymore
SVN-Revision: 15408
2009-04-25 16:22:30 +00:00
Hauke Mehrtens
b82fb78eea Update crda to version 1.0.2 and regulatory database to 2009.04.17.
SVN-Revision: 15405
2009-04-25 14:55:18 +00:00
Hauke Mehrtens
ca6bc346d3 Update iw to version 0.9.13.
SVN-Revision: 15404
2009-04-25 14:53:42 +00:00
Felix Fietkau
73883e9aef ead: use the new pcap features and the raw socket optimization to eliminate most of the cpu utilization overhead caused by the use of pcap live capturing
SVN-Revision: 15400
2009-04-25 03:30:20 +00:00
Felix Fietkau
25e9d90256 pcap: update to version 1.0.0, add extension for changing the desired protocol for the internal raw socket (useful for reducing the cpu overhead of capture)
SVN-Revision: 15398
2009-04-25 03:30:10 +00:00
Gabor Juhos
9e87dd54df mac80211: cleanup patches
SVN-Revision: 15392
2009-04-24 14:59:27 +00:00
Florian Fainelli
f4e88b7d7f r6040 kernel module also needs to set the CONFIG_R6040_NAPI symbol
SVN-Revision: 15377
2009-04-24 09:31:37 +00:00
Nicolas Thill
222f37cbde uClibc cleanup: - use full version string (0.9.30.1), instead of base (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later)
SVN-Revision: 15368
2009-04-24 02:07:24 +00:00
Felix Fietkau
b60fc68fa8 uci: upgrade to 0.7.5 - fixes a runtime error with 2.6.29 if flock() does not work
SVN-Revision: 15356
2009-04-23 16:48:10 +00:00
Felix Fietkau
103fec7d89 kmod-bluetooth includes hidp, which needs input-core. add the missing dependency
SVN-Revision: 15355
2009-04-23 16:48:05 +00:00
Felix Fietkau
3df6c9e72b madwifi: fix a header file conflict with iptables
SVN-Revision: 15354
2009-04-23 14:55:11 +00:00
Gabor Juhos
f778c81d5f modules: fix several typos in block.mk
SVN-Revision: 15350
2009-04-23 14:22:31 +00:00
Felix Fietkau
bb0448739c build host libtool along with target libtool
SVN-Revision: 15338
2009-04-22 22:05:51 +00:00
Hamish Guthrie
e0694c7ca6 hci_usb.c has been replaced with btusb.c in 2.6.29 - modify makefile to handle this condition based upon kernel revision
SVN-Revision: 15336
2009-04-22 13:11:16 +00:00
Felix Fietkau
8bd7b4bb6b automatically configure switches when swconfig is installed
SVN-Revision: 15328
2009-04-21 18:48:48 +00:00
Nicolas Thill
2fdeecdb47 add an explicit 'sysinit' tag for logging initscripts output, instead of '' that was logged as is
SVN-Revision: 15323
2009-04-21 12:02:34 +00:00
Florian Fainelli
210254c279 fix nvram_get checking on non-WGT634U (#4975)
SVN-Revision: 15319
2009-04-21 09:25:51 +00:00
Felix Fietkau
2fe29deb90 swconfig: implement uci loading support
SVN-Revision: 15315
2009-04-21 01:35:30 +00:00
Felix Fietkau
c239c9814a swconfig: fix up kernel dependencies
SVN-Revision: 15304
2009-04-20 18:57:50 +00:00
Felix Fietkau
fc75e596d2 add optional driver for the hw watchdog on gateworks avila boards (requires soldering to work properly)
SVN-Revision: 15300
2009-04-20 18:57:25 +00:00
Mirko Vogt
79a358ba02 prepare libtool for being build nativly (and therefore being able to build libtool-required host-stuff within OpenWrt independent of libtool-version installed on the host-system), remove weird aclocal-copies
SVN-Revision: 15298
2009-04-20 17:57:24 +00:00
Hamish Guthrie
35bbf7aeee corrected dependencies
SVN-Revision: 15296
2009-04-20 12:32:42 +00:00
Hamish Guthrie
1d511edc47 add joystick device support
SVN-Revision: 15295
2009-04-20 12:31:00 +00:00
Hamish Guthrie
9ced160263 correct typos in titles of event device and HID devices
SVN-Revision: 15294
2009-04-20 12:29:11 +00:00
Hamish Guthrie
2dcb4708a8 add hidp support
SVN-Revision: 15293
2009-04-20 12:27:34 +00:00
Hamish Guthrie
64b8d6ae89 update dependencies
SVN-Revision: 15292
2009-04-20 12:23:22 +00:00
Florian Fainelli
6f80c9cc7c fix strange LED behavior with Netgear WGT634U (#3552)
SVN-Revision: 15290
2009-04-20 10:27:46 +00:00
Jo-Philipp Wich
d9310ce132 add config option for RNDIS Adds the kernel config option for RNDIS, used by some USB ADSL modems. Not selected by default, yet.
Signed-off-by: Andrea Borgia <andrea@borgia.bo.it>

SVN-Revision: 15289
2009-04-19 22:21:27 +00:00
Jo-Philipp Wich
41c3d515d2 firewall: actually copy firewall.user to image
SVN-Revision: 15286
2009-04-19 21:14:47 +00:00
Florian Fainelli
87c7791bf2 allow connection to a prefered bssid (#4252)
SVN-Revision: 15283
2009-04-19 21:09:02 +00:00
Florian Fainelli
1e1022d063 blkid only depends on libuuid and libblkid (#4932)
SVN-Revision: 15280
2009-04-19 20:49:43 +00:00
Jo-Philipp Wich
cacb52e19f firewall: process custom rules after forwardings and redirects, this actually allows blocking traffic to certain hosts and other rules
SVN-Revision: 15278
2009-04-19 20:39:02 +00:00
Jo-Philipp Wich
f40eaba4df fix broken logic in r15272, r15273
SVN-Revision: 15274
2009-04-19 17:12:02 +00:00