1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-21 15:08:15 +02:00
Commit Graph

2776 Commits

Author SHA1 Message Date
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
Jo-Philipp Wich
b0ea64c211 base-files: (#4928) handle "option gateway 0.0.0.0" and "option gateway 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
2009-04-19 16:51:58 +00:00
Jo-Philipp Wich
489252ab43 add sata_sil24 module Signed-off-by: Erik Inge Bols? <knan-openwrt@anduin.net>
SVN-Revision: 15261
2009-04-19 15:42:16 +00:00
Jo-Philipp Wich
964d68dcec Add support for CM109 USB VoIP phone
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
2009-04-19 15:27:25 +00:00
Jo-Philipp Wich
98e70367c9 lua: revert r15108 & r15109
SVN-Revision: 15256
2009-04-19 13:44:40 +00:00
Nicolas Thill
a8b7482536 add a workaround preventing libtool from hardcoding library path in shared libs
SVN-Revision: 15246
2009-04-17 14:44:50 +00:00
Nicolas Thill
028efe57a7 remove 'svn:keywords' property, not needed anymore after [15242]
SVN-Revision: 15245
2009-04-17 14:32:29 +00:00
Felix Fietkau
34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
SVN-Revision: 15242
2009-04-17 14:09:46 +00:00
Nicolas Thill
a245766507 move ldconfig & ldd to utils section
SVN-Revision: 15228
2009-04-14 16:28:18 +00:00
Felix Fietkau
6397e188af do not run hotplug event for aliases
SVN-Revision: 15224
2009-04-13 00:43:23 +00:00
Jo-Philipp Wich
97100e0248 firewall: enable /etc/firewall.user by default and install sample firewall.user file
SVN-Revision: 15221
2009-04-12 22:38:34 +00:00
Jo-Philipp Wich
a03e00bbcf base-files: remove redundant netmask handling in 10-routes
SVN-Revision: 15219
2009-04-12 16:39:29 +00:00
Florian Fainelli
ca240aa0df package ext4 (#4434)
SVN-Revision: 15218
2009-04-12 15:18:49 +00:00
Florian Fainelli
3a35703faa do not load the spi_gpio module from mmc-over-gpio, bump release number (#4663)
SVN-Revision: 15214
2009-04-12 12:52:32 +00:00
Florian Fainelli
1307d73267 allow openssl to compile with ccache enabled (#4518)
SVN-Revision: 15212
2009-04-11 16:25:09 +00:00
Hauke Mehrtens
4e4bda2949 Update iw to version 0.9.12
SVN-Revision: 15198
2009-04-10 12:20:35 +00:00
Hauke Mehrtens
e90294b99d The ssb module in also integrated into the kernel on brcm63xx target.
SVN-Revision: 15197
2009-04-10 12:19:42 +00:00
Hauke Mehrtens
2c6fe6c446 ieee80211-softmac is only avaliable in old kernels. It was removed with 2.6.26.
SVN-Revision: 15196
2009-04-10 12:18:45 +00:00
Hauke Mehrtens
2da4463edf The b43 needs kmod-ssb. On the brcm47xx and brcm63xx target it is integrated into the kernel all other need the module.
SVN-Revision: 15195
2009-04-10 12:16:51 +00:00
Hauke Mehrtens
e2f8f72041 hostapd only supports either b or g as hwmode configuration variable. If bg is set the scripts transfers it now to g mode.
SVN-Revision: 15182
2009-04-09 21:44:30 +00:00
Hauke Mehrtens
90fc200a60 In wifi_fixup_hwmode the value 11bg for hwmode was not transfered to bg.
SVN-Revision: 15180
2009-04-09 20:16:01 +00:00
Jo-Philipp Wich
d63666203c dnsmasq: add more options for interface binding (#4900)
SVN-Revision: 15172
2009-04-09 14:51:15 +00:00
Michael Büsch
efceb0938c b43: Remove unnecessary MMIO accesses in the interrupt hotpath.
SVN-Revision: 15160
2009-04-08 19:03:10 +00:00
Felix Fietkau
3f40745aaf remove the b43 dependency on brcm47xx/brcm63xx
SVN-Revision: 15156
2009-04-08 15:06:55 +00:00
Florian Fainelli
7ab216b053 update e2fsprogs to 1.41.3
SVN-Revision: 15151
2009-04-08 13:25:39 +00:00
Florian Fainelli
68289d2042 update ncurses to 5.7 (#4852)
SVN-Revision: 15147
2009-04-08 08:58:15 +00:00
Jo-Philipp Wich
31a146b56d dropbear: fix 100-pubkey_path.patch which broke pubkey auth after updating to 0.52 - thanks maniac103!
SVN-Revision: 15144
2009-04-07 23:04:29 +00:00
Michael Büsch
591312eae7 Add some b43 firmware helptext
SVN-Revision: 15143
2009-04-07 18:48:20 +00:00
Michael Büsch
8b5ec31218 Remove 500-b43-disable_qos_when_openfw.patch
This patch is incorrect. It leaves mac80211 and b43 in different states.
mac80211's hw->queues will be left at 4 (QoS enabled), while QoS will be disabled
inside of b43's queue handling.

There currently is no way to disable QoS after loading the firmware.

Buildroot should probably statically change the module parameter to QoS=0, if the
opensource firmware is built into the image.

SVN-Revision: 15142
2009-04-07 18:40:10 +00:00
Felix Fietkau
912fb776e4 madwifi: remove braindead code that overwrote the user's antenna diversity setting (thx, brainslayer)
SVN-Revision: 15141
2009-04-07 16:13:25 +00:00
Felix Fietkau
cf152cff39 tweak some sysctl values for better performance
SVN-Revision: 15129
2009-04-07 02:51:04 +00:00
Michael Büsch
cb70a62be3 b43: Add DMA poisoning patches
SVN-Revision: 15121
2009-04-06 17:15:19 +00:00
Michael Büsch
3072d928f8 A patch which works around the issue is included in compat wireless.
SVN-Revision: 15120
2009-04-06 16:47:17 +00:00
Felix Fietkau
ef4bae0994 wprobe: enable conditional compilation
SVN-Revision: 15116
2009-04-06 09:56:34 +00:00
Felix Fietkau
0cb0c1a257 ixp4xx: make apex optional, clean up the makefile - fixes spurious recompilation issues
SVN-Revision: 15115
2009-04-06 09:56:30 +00:00
Jo-Philipp Wich
69c1c6ed28 lua: add zlib build dependency, fix inaccuracy in gzip loader
SVN-Revision: 15109
2009-04-05 02:33:41 +00:00
Jo-Philipp Wich
27b7e29e13 lua: add support for loading gzip compressed source files, bump package revision
SVN-Revision: 15108
2009-04-04 23:06:56 +00:00
Florian Fainelli
b32d7ba705 update openssl to 0.9.8k (#4846)
SVN-Revision: 15106
2009-04-04 18:30:56 +00:00
Florian Fainelli
fbabc211c5 do not copy all library files, saves some space (#4872)
SVN-Revision: 15101
2009-04-04 12:55:14 +00:00
Felix Fietkau
d5b7addee9 madwifi: fix crash under load
SVN-Revision: 15099
2009-04-04 09:36:05 +00:00
Felix Fietkau
de0332f86a rename our /bin/login script to /bin/login.sh to avoid collisions with busybox - we always use -l on telnetd anyway
SVN-Revision: 15097
2009-04-04 09:35:55 +00:00
Felix Fietkau
714ffa3260 fix failsafe mode
SVN-Revision: 15096
2009-04-04 09:35:49 +00:00
Felix Fietkau
6a50bf433a udhcpc: run dhcp hotplug events after dns has been set
SVN-Revision: 15095
2009-04-04 07:07:25 +00:00
Florian Fainelli
39cb0be665 update iw to 0.9.11 (#4833)
SVN-Revision: 15084
2009-04-03 08:36:33 +00:00
Hauke Mehrtens
a4891ea4d6 Update to compat-wireless-2009-03-31
SVN-Revision: 15083
2009-04-02 16:50:20 +00:00
Jo-Philipp Wich
b81b66061f dropbear: update to 0.52 (#4635)
SVN-Revision: 15074
2009-03-29 21:04:05 +00:00
Jo-Philipp Wich
0180abdf49 busybox: avoid infinite loop in lsmod (#4834)
SVN-Revision: 15071
2009-03-29 20:26:45 +00:00
Michael Büsch
21028447f2 Make b43 hwrng optional
SVN-Revision: 15070
2009-03-29 16:49:23 +00:00
Felix Fietkau
8e58032107 madwifi: improve turbo/autochannel patch
SVN-Revision: 15067
2009-03-29 05:28:50 +00:00
Felix Fietkau
c614ca2b92 wprobe: add init script for exporter
SVN-Revision: 15066
2009-03-29 05:01:25 +00:00
Felix Fietkau
43eef5c7ea wprobe: export the newly added fields via ipfix
SVN-Revision: 15065
2009-03-29 04:47:19 +00:00
Felix Fietkau
9dc3c72f0d wprobe: fix moving average
SVN-Revision: 15064
2009-03-29 02:12:47 +00:00
Felix Fietkau
ab55cf802d madwifi: add wprobe rxframe/probereq counters
SVN-Revision: 15063
2009-03-29 02:12:39 +00:00