Commit graph

4859 commits

Author SHA1 Message Date
Alexandros C. Couloumbis
42eee22a9b package/madwifi: fix r23829 commit
SVN-Revision: 23830
2010-11-03 16:55:51 +00:00
Alexandros C. Couloumbis
20bf929ad8 package/madwifi: Use sema_init() instead of init_MUTEX() (based on: http://madwifi-project.org/changeset/4118)
SVN-Revision: 23829
2010-11-03 16:18:29 +00:00
Felix Fietkau
f75ac90b69 ath9k: fix cycle counter tracking
SVN-Revision: 23824
2010-11-03 14:56:05 +00:00
Felix Fietkau
8bab3639b3 ath9k: fix queue pending frame counter tracking by cleaning up tx queue selection
SVN-Revision: 23823
2010-11-03 14:55:59 +00:00
Felix Fietkau
b4e2c09b46 ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues
SVN-Revision: 23822
2010-11-03 14:55:53 +00:00
Vasilis Tsiligiannis
87cba7eb46 hostapd: Add 'identity' config option when eap_type is 'tls' on wpa_supplicant (#8164)
SVN-Revision: 23817
2010-11-03 10:39:29 +00:00
Felix Fietkau
dd7c8797ec make IGNORE_ERRORS apply to deselected packages as well (typically triggered through dependencies)
SVN-Revision: 23796
2010-11-02 16:38:57 +00:00
Alexandros C. Couloumbis
199cd21c06 package/apex: fix a compile issue
SVN-Revision: 23768
2010-11-02 08:37:46 +00:00
Jo-Philipp Wich
f52274bf2f uci: use a delete-safe iterator in the Lua :foreach() function The following test case exposed a NULL pointer dereference in uci_lua_foreach(): lua -luci -e 'x=uci.cursor(); x:foreach("firewall", "forwarding", function(s) x:delete("firewall", s[".name"]) end)'
SVN-Revision: 23757
2010-11-01 00:20:00 +00:00
Felix Fietkau
f742f85c2e nl80211: fix a station dump crash triggered by sending an invalid ifindex
SVN-Revision: 23741
2010-10-31 14:32:15 +00:00
Felix Fietkau
d9f29a16a0 add missing SH_FUNC for remaining md5s calls (#7888)
SVN-Revision: 23739
2010-10-31 13:49:41 +00:00
Felix Fietkau
e0194cb763 hostapd: move the madwifi segfault fix to the right place
SVN-Revision: 23738
2010-10-31 13:49:34 +00:00
Felix Fietkau
5aaa91d3ca madwifi: remove device ids for AR5416
SVN-Revision: 23730
2010-10-31 12:28:51 +00:00
Florian Fainelli
b013e4eec4 add kmod-leds-net5501
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>

SVN-Revision: 23729
2010-10-30 22:35:59 +00:00
Florian Fainelli
3403d66f43 prefer the cs5535 gpiolib driver after 2.6.32
SVN-Revision: 23728
2010-10-30 22:35:54 +00:00
Florian Fainelli
7de24e0181 ep80579 depend on their corresponding subtarget
SVN-Revision: 23726
2010-10-30 22:35:46 +00:00
Jo-Philipp Wich
434c8dbf33 package/hostapd: fix crash in atheros driver (#8143) hapd->driver->set_operstate may happen when the drv_priv data is not initialized yet, this leads to a null pointer deref in the atheros driver. Protect the operstate call with a check for hapd->drv_priv.
SVN-Revision: 23715
2010-10-29 21:25:39 +00:00
Hamish Guthrie
7fd7db8981 kernel: Add kernel module for OMAP WDT
SVN-Revision: 23689
2010-10-28 08:50:43 +00:00
Lars-Peter Clausen
5f9f23534b Fixed support for Iomega
* Added configuration file.
* Set blue power led during bootup
* enabled pci express

Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>

SVN-Revision: 23683
2010-10-27 21:24:06 +00:00
Michael Büsch
98bbc04fca libtool: Force nonparallel build.
SVN-Revision: 23681
2010-10-27 19:39:09 +00:00
Jo-Philipp Wich
87d81bc050 madwifi: fix syntax error introduced by r23660
SVN-Revision: 23679
2010-10-27 17:46:31 +00:00
Michael Büsch
a932a9beca iptables: Fix call to md5s
SVN-Revision: 23675
2010-10-27 15:27:12 +00:00
Felix Fietkau
c1d125fb33 hostapd: do not restrict ht capabilities for ap+sta
SVN-Revision: 23674
2010-10-27 15:17:09 +00:00
Felix Fietkau
3e7589ce1a mac80211: set GF flag in hostapd config if supported
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>

SVN-Revision: 23673
2010-10-27 15:04:29 +00:00
Jo-Philipp Wich
c0bda9a6a9 madwifi: make wep-open the default
SVN-Revision: 23660
2010-10-27 11:46:01 +00:00
Jo-Philipp Wich
1b495361a0 madwifi: add wep+open, wep+shared format support to madwifi as well
SVN-Revision: 23657
2010-10-27 11:25:59 +00:00
Jo-Philipp Wich
0280ac8c92 Set auth_algs in hostapd.conf, make it configurable for WEP Always set auth_algs in hostapd.conf. For WEP, auth_algs is configurable by setting the encryption parameter of a wifi-iface to contain "open" (1, open system), "shared" (2, shared key), or "mixed" (3, permits both open system and shared key.) For example, use "wep+shared" for shared key authentication. The default is default is "open" as it is more secure than "shared" (although WEP is pretty weak regardless.) For non-WEP, "open" is always used.
https://dev.openwrt.org/ticket/8120

Signed-off-by: Mark Mentovai <mark@moxienet.com>

SVN-Revision: 23655
2010-10-27 11:11:04 +00:00
Felix Fietkau
a82ff63978 ath9k: fix aggregation flush on ar9003
SVN-Revision: 23650
2010-10-27 00:43:17 +00:00
Felix Fietkau
f3fb5d55a5 ath9k: add more pending locking fixes - fixes tx dma hang issues on reset
SVN-Revision: 23649
2010-10-27 00:43:11 +00:00
Michael Büsch
1f948866b8 gdb: There are dep issues with cconfig.h. Disable parallel build for now.
SVN-Revision: 23647
2010-10-26 22:45:41 +00:00
Florian Fainelli
5dba516032 hotplug2 depends on udevtrigger
SVN-Revision: 23646
2010-10-26 21:29:06 +00:00
Felix Fietkau
e9378aa3cd hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfaces
SVN-Revision: 23641
2010-10-26 13:47:12 +00:00
Felix Fietkau
c173d41012 mac80211: add uci support for the ad-hoc multicast rate setting
SVN-Revision: 23637
2010-10-25 23:51:12 +00:00
Felix Fietkau
f65c625fda iw: add support for setting the multicast rate for ibss
SVN-Revision: 23636
2010-10-25 23:51:07 +00:00
Felix Fietkau
6934f55f3a mac80211: add support for setting the multicast rate for ibss
SVN-Revision: 23635
2010-10-25 23:51:00 +00:00
Alexandros C. Couloumbis
0ee31ca22e package/busybox: include an upstream patch
SVN-Revision: 23630
2010-10-25 11:14:43 +00:00
Alexandros C. Couloumbis
4ab812109b package/madwifi: fix mtu setting. (closes #7858)
SVN-Revision: 23628
2010-10-25 10:07:17 +00:00
Felix Fietkau
d80884021d hostapd: fix wpa_supplicant standalone compile
SVN-Revision: 23625
2010-10-24 21:31:05 +00:00
Florian Fainelli
1e21e3b514 soloscli utility for Solos ADSL2+ modems
Utility for interrogating Traverse Technologies' Solos ADSL2+ modems

Signed-off-by: Nathan Williams <nathan@traverse.com.au>

SVN-Revision: 23619
2010-10-24 13:46:32 +00:00
Felix Fietkau
4d9c7b1a4b hostapd: fix AP+STA reconnects
SVN-Revision: 23604
2010-10-24 00:19:34 +00:00
Felix Fietkau
025462a706 hostapd: remove some unnecessary debugging code from the last commit
SVN-Revision: 23603
2010-10-23 23:45:41 +00:00
Felix Fietkau
35cdc5d722 hostapd/mac80211: implement support for AP+STA
SVN-Revision: 23602
2010-10-23 23:39:54 +00:00
Felix Fietkau
0fbff7de83 hostapd: fix SIGHUP for multi-bss
SVN-Revision: 23601
2010-10-23 23:39:49 +00:00
Felix Fietkau
b6d0865e7f busybox: fix configured stampfile name - add $(SH_FUNC) for md5s
SVN-Revision: 23600
2010-10-23 23:39:19 +00:00
Jo-Philipp Wich
cfe4db7bda base-files: mark /etc/shadow as conffile
SVN-Revision: 23590
2010-10-23 15:49:04 +00:00
Felix Fietkau
9fcc9f026b ath9k: fix an aggregation hang issue that happens when a hardware reset is issued
SVN-Revision: 23588
2010-10-23 15:29:25 +00:00
Vasilis Tsiligiannis
68e76c9a6c uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99 (#8112)
SVN-Revision: 23567
2010-10-21 08:54:36 +00:00
Vasilis Tsiligiannis
4711381796 hostap-driver: Change default channel from 5 to 11
SVN-Revision: 23565
2010-10-21 08:37:17 +00:00
Vasilis Tsiligiannis
28d277e542 kernel/modules: Fix CH341 USB-to-serial description (#8097)
SVN-Revision: 23563
2010-10-21 08:35:22 +00:00
Felix Fietkau
ad06ff1186 ath9k: fix sampling frame handling wrt. aggregation, replace minstrel_ht performance fixes for better performance
SVN-Revision: 23558
2010-10-21 00:33:00 +00:00
Felix Fietkau
1178bae74d mac80211: decrease the minstrel_ht sampling interval for faster rate adaption
SVN-Revision: 23555
2010-10-20 21:38:31 +00:00
Felix Fietkau
45c088cdf1 mac80211: improve minstrel_ht performance by ensuring that rates get sampled fast enough
SVN-Revision: 23554
2010-10-20 21:01:06 +00:00
Felix Fietkau
d9b732a591 ath9k: fix a small bug in the handling of a few tx descriptor flags
SVN-Revision: 23553
2010-10-20 21:00:57 +00:00
Jo-Philipp Wich
db6aaa7bcf br2684ctl: rework init script - use common defaults for unit and atmdev - add a more reliable stop routine - localize variables
SVN-Revision: 23552
2010-10-20 20:10:17 +00:00
Jo-Philipp Wich
a50421a302 pppd: use "atmdev" option to select the DSL adapter, this aligns it with br2684ctl and solves #8108
SVN-Revision: 23551
2010-10-20 17:56:29 +00:00
Felix Fietkau
e53a3539e2 ath9k: fix a crash that happens when survey stats are accessed before the interface is brought up for the first time
SVN-Revision: 23549
2010-10-20 14:01:53 +00:00
Felix Fietkau
dfddaefa6b ath9k: use the maximum rate power for the channel txpower limits
SVN-Revision: 23543
2010-10-20 01:05:30 +00:00
Felix Fietkau
935809ebb6 ath9k: add a locking fix that might prevent random memory corruption during hardware resets
SVN-Revision: 23542
2010-10-20 00:46:37 +00:00
Felix Fietkau
d430237b28 ath9k: fix tx power display
SVN-Revision: 23541
2010-10-20 00:08:17 +00:00
Felix Fietkau
6adbeb35c1 mac80211: update to wireless-testing 2010-10-19
SVN-Revision: 23540
2010-10-19 22:11:21 +00:00
Felix Fietkau
edb7be2e2b ath9k: make the regulatory override less intrusive - allow it to parse CTLs
SVN-Revision: 23539
2010-10-19 21:49:42 +00:00
Florian Fainelli
b55f4bdd60 Merge branch 'master' of git://nbd.name/openwrt
Conflicts:

	package/opkg/patches/009-remove-upgrade-all.patch

SVN-Revision: 23532
2010-10-19 07:06:12 +00:00
Jo-Philipp Wich
191bf37328 ppp: honour option auto in atm hotplug
SVN-Revision: 23531
2010-10-19 07:01:38 +00:00
Jo-Philipp Wich
6029e1b618 ppp: - implement coldplugging for pppoa interfaces - honour device option to select the DSL adapter - don't set any default mtu, rely on pppd to negotiate it - bump pkg revision
SVN-Revision: 23530
2010-10-19 06:42:37 +00:00
Jo-Philipp Wich
64f9925245 6in4: - add log entries for update operations - always update tunnel, even if wan ip is unchanged - use multiple wget tries before giving up, resolv.conf might not be ready when ifup is triggered
SVN-Revision: 23528
2010-10-19 02:07:29 +00:00
Vasilis Tsiligiannis
6239db34b1 mountd: Rename uci_add_history to uci_add_delta (#8084)
SVN-Revision: 23474
2010-10-16 13:57:55 +00:00
Felix Fietkau
8083a4380b mac80211: update to wireless-testing 2010-10-15, add a few ath9k fixes and performance enhancements
SVN-Revision: 23470
2010-10-16 02:30:30 +00:00
Alexandros C. Couloumbis
4b16a5ba97 package/busybox: update to busybox-1.17.3
SVN-Revision: 23435
2010-10-14 09:08:37 +00:00
Felix Fietkau
d84a69e187 libnl-tiny: fix a compiler warning that shows up with -pedantic
SVN-Revision: 23431
2010-10-14 00:14:43 +00:00
Felix Fietkau
1ca915970e uci: update to 2010-09-28
SVN-Revision: 23430
2010-10-14 00:14:30 +00:00
Felix Fietkau
b7204be37b wifi: change the default channel from 5 to 11, 5 was a really bad choice
SVN-Revision: 23423
2010-10-13 12:22:48 +00:00
Felix Fietkau
103e70a573 ath9k: fix a few ani issues
SVN-Revision: 23412
2010-10-12 14:11:21 +00:00
Felix Fietkau
0cad2678ac ath9k: fix channel time updates when the interface is idle
SVN-Revision: 23410
2010-10-12 12:04:59 +00:00
Felix Fietkau
1897dd2c6d mac80211: fix a crash in the netlink backport
SVN-Revision: 23409
2010-10-12 12:04:52 +00:00
Jo-Philipp Wich
0f04c9ac37 mac80211: kmod-p54-common needs crc-ccitt, patch by loswillos
SVN-Revision: 23384
2010-10-10 17:40:23 +00:00
Jo-Philipp Wich
3f4adc80db kernel: underscores in package names are bad, rename kmod-crypto-mv_cesa to kmod-crypto-mv-cesa
SVN-Revision: 23383
2010-10-10 17:38:11 +00:00
Felix Fietkau
c5b740d8a3 ath9k: fix counter overflow in survey channel time stats for the operating channel
SVN-Revision: 23381
2010-10-10 16:22:59 +00:00
Felix Fietkau
e3b3338f09 mac80211: update to a newer compat-wireless which fixes rt2800pci compile issues on 2.6.32 and below
SVN-Revision: 23374
2010-10-10 12:08:52 +00:00
Michael Büsch
409e44a4e8 gdb: Enable parallel build
SVN-Revision: 23373
2010-10-09 21:32:38 +00:00
Jo-Philipp Wich
356ec178f0 iptables: don't use /bin/bash in autogen.sh, breaks FreeBSD. Also move autogen.sh invocation to Build/Configure
SVN-Revision: 23369
2010-10-09 17:47:55 +00:00
Jo-Philipp Wich
2cf31be857 mac80211: don't use /usr/bin/bash in support scripts, breaks FreeBSD
SVN-Revision: 23367
2010-10-09 17:01:27 +00:00
Felix Fietkau
1931868927 iw: add support for the new survey data
SVN-Revision: 23351
2010-10-09 00:36:59 +00:00
Felix Fietkau
bbf2a906b6 ath9k: implement extended channel utilization statistics via survey
SVN-Revision: 23350
2010-10-09 00:36:54 +00:00
Felix Fietkau
cd771e9bc5 ath9k: add a fix for an aggregation delimiter size rounding error
SVN-Revision: 23349
2010-10-09 00:36:49 +00:00
Felix Fietkau
1d05f23d73 mac80211: fix netlink backport for 2.6.31 and below
SVN-Revision: 23348
2010-10-09 00:36:43 +00:00
Nicolas Thill
ec30e9118c package/kernel: fix Kconfig symbol name for OV511 video driver (closes: #8017)
SVN-Revision: 23345
2010-10-08 23:26:31 +00:00
Jo-Philipp Wich
a43f5b5038 firewall: insert SNAT and DNAT rules according to the order of the configuration file (#8052)
SVN-Revision: 23318
2010-10-08 12:11:55 +00:00
Michael Büsch
226abf88f5 Add support for nokia n810 sound
SVN-Revision: 23303
2010-10-07 15:35:49 +00:00
Jo-Philipp Wich
613a513fe4 block-mount: fix fstab.init for IB and buildroot
SVN-Revision: 23296
2010-10-07 15:15:54 +00:00
Felix Fietkau
726123e2e1 mac80211: update to wireless-testing 2010-10-06
SVN-Revision: 23294
2010-10-07 14:27:54 +00:00
Jo-Philipp Wich
59cf671160 lua: switch to double precision for floats
SVN-Revision: 23284
2010-10-07 11:03:18 +00:00
Jo-Philipp Wich
be844a7783 kmod-sound-i8x0 missing dependencies kmod-sound-i8x0 fails to include the ac97 modules and misspells the module name in AutoLoad.
SVN-Revision: 23283
2010-10-07 10:12:55 +00:00
Jo-Philipp Wich
d856ed78ad base-files: add udhcpc vendorid option (#7744)
SVN-Revision: 23279
2010-10-06 21:21:28 +00:00
Jo-Philipp Wich
8c33c86021 dnsmasq: remove a useless subshell invocation from the init script
SVN-Revision: 23272
2010-10-06 13:23:56 +00:00
Jo-Philipp Wich
91cb4aac9e dnsmasq: allow 127.0.0.1/8 upstream DNS responses by default, resolves issues with Netflix and other services
SVN-Revision: 23270
2010-10-06 13:10:15 +00:00
Jo-Philipp Wich
8dc04c9018 base-files: mark /etc/sysupgrade.conf as conffile
SVN-Revision: 23264
2010-10-05 22:08:23 +00:00
Jo-Philipp Wich
817566a5be uhttpd: revert unrelated change in previous commit
SVN-Revision: 23261
2010-10-05 19:35:38 +00:00
Jo-Philipp Wich
88db961cf0 uhttpd: add /etc/uhttpd.key and /etc/uhttpd.crt to conffile hints
SVN-Revision: 23260
2010-10-05 19:34:22 +00:00
Jo-Philipp Wich
073ade4368 ppp: utilize the new keepfiles facility to backup the whole radius directory
SVN-Revision: 23259
2010-10-05 19:32:49 +00:00
Jo-Philipp Wich
d80f82d7a4 base-files: - add sysupgrade support for keepfile hints * introduces /lib/upgrade/keep.d/ for per-package keepfile lists * introduces /etc/sysupgrade.conf for user defined keepfile hints - prime /lib/upgrade/keep.d/base-files-essential to keep sysupgrade usable for images without opkg - change sysupgrade to build the keepfile list from /lib/upgrade/keep.d/, /etc/sysupgrade.conf and opkg list-changed-conffiles
SVN-Revision: 23258
2010-10-05 19:24:12 +00:00
Jo-Philipp Wich
650029f14b wprobe: mark /etc/config/wprobe as conffile
SVN-Revision: 23255
2010-10-05 17:33:17 +00:00
Jo-Philipp Wich
cff8a7bbae udev: mark /etc/udev/udev.conf as conffile (rules left out for now)
SVN-Revision: 23254
2010-10-05 17:30:43 +00:00
Jo-Philipp Wich
f2068db073 pptp: mark /etc/ppp/options.pptp as conffile
SVN-Revision: 23253
2010-10-05 17:27:21 +00:00
Jo-Philipp Wich
8371bd9673 mountd: mark /etc/config/mountd as conffile
SVN-Revision: 23252
2010-10-05 17:22:03 +00:00
Jo-Philipp Wich
93eecbabd3 mmc_over_gpio: mark /etc/config/mmc_over_gpio as conffile
SVN-Revision: 23251
2010-10-05 17:21:03 +00:00
Jo-Philipp Wich
8ad5dda229 iproute2: mark /etc/iproute2/rt_tables as conffile
SVN-Revision: 23250
2010-10-05 17:17:47 +00:00
Jo-Philipp Wich
c865a4f5ee hotplug2: mark /etc/hotplug2.rules as conffile
SVN-Revision: 23249
2010-10-05 17:16:12 +00:00
Jo-Philipp Wich
6a10b180ce ppp: mark /etc/ppp/ resources as conffiles
SVN-Revision: 23248
2010-10-05 17:13:07 +00:00
Imre Kaloz
7fa8ba095b Toto, we don't support Linux 2.4 anymore..
SVN-Revision: 23245
2010-10-05 14:15:46 +00:00
Gabor Juhos
25a71a59ae mac80211: ath9k: get tx gain type from eeprom
SVN-Revision: 23242
2010-10-05 14:10:32 +00:00
Jo-Philipp Wich
0da0c4d119 qos-scripts: bump pkg revision after r23227, extend copyright, mark /etc/config/qos as conffile
SVN-Revision: 23238
2010-10-05 09:04:38 +00:00
Jo-Philipp Wich
978ecae685 base-files: sysupgrade: merge info from "opkg list-changed-conffiles" to backup file list
SVN-Revision: 23233
2010-10-05 07:40:25 +00:00
Jo-Philipp Wich
a65975e0d6 base-files: mark /etc/rc.local as conffile
SVN-Revision: 23232
2010-10-05 07:32:37 +00:00
Jo-Philipp Wich
b0ca17ae6e firewall: mark /etc/firewall.user as conffile
SVN-Revision: 23231
2010-10-05 07:31:49 +00:00
Jo-Philipp Wich
3864e6af2f opkg: update to r576, remove 013add-list-changed-conffiles.patch - went upstream.
SVN-Revision: 23230
2010-10-05 07:26:49 +00:00
Lars-Peter Clausen
290e192ce8 Make mv_cesa crypto module available on Orion as well.
SVN-Revision: 23229
2010-10-04 21:33:07 +00:00
Lars-Peter Clausen
15f8eed2a3 uboot-kirkwood: Update to uboot to 2010.09 (and add missing files from pervious commit)
SVN-Revision: 23228
2010-10-04 21:26:33 +00:00
Vasilis Tsiligiannis
de0324cfb0 qos-scripts: Fix generation of IMQ firewall rules on halfduplex mode (#7800)
SVN-Revision: 23227
2010-10-04 21:25:48 +00:00
Lars-Peter Clausen
83246559fd uboot-kirkwood: Add support for iomega iconnect wireless
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>

SVN-Revision: 23218
2010-10-04 09:49:49 +00:00
Lars-Peter Clausen
67ab1350bd kernel: Add hwmon-lm63 package
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>

SVN-Revision: 23216
2010-10-04 09:17:42 +00:00
Lars-Peter Clausen
2ba2936b58 kernel: kirkwood/orion I2C module support
This patch adds support for configuring kirkwood/orion i2c module.

Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>

SVN-Revision: 23215
2010-10-04 09:16:13 +00:00
Jo-Philipp Wich
0fda5f7507 base-files: utilize uci_get_state to read the previous dhcp router address in udhcpc default script. The setup_switch() procedure provided by swconfig calls config_load() during network restart and thus confuses udhcpc's uci state keeping resulting in a missing default route on each second network restart. Bypass the cached state vars and query uci directly to make the script immune against unwanted runtime changes.
SVN-Revision: 23211
2010-10-04 00:07:07 +00:00
Jo-Philipp Wich
7eb2c8959c opkg: implement "list-changed-conffiles" command, based on patch by Yann Lopez <yann.lopez@gmail.com>
SVN-Revision: 23210
2010-10-03 22:15:39 +00:00
Jo-Philipp Wich
7bf84dc4f8 firewall: also establish forward rules when setting up nat reflection, back out early if reflection is disabled
SVN-Revision: 23201
2010-10-03 18:11:59 +00:00
Felix Fietkau
0c99eb5023 ath9k: add a few fixes and cleanups
SVN-Revision: 23198
2010-10-03 16:57:25 +00:00
Lars-Peter Clausen
7ee9c3d762 kernel: Move CONFIG_CRYPTO_HW to crypto-core
hw-crypto modules depend on CONFIG_CRYPTO_HW beeing set. Instead of selecting
CONFIG_CRYPTO_HW from each crypto module let it be selected by crypto core.
It only opens the submenu for hw-crypto devices and does not generate any overhead.

Patch by Jan Willies

SVN-Revision: 23190
2010-10-03 01:12:51 +00:00
Jo-Philipp Wich
8e9dfc063f opkg: reenable global upgrade, refresh patches
SVN-Revision: 23174
2010-10-02 03:25:35 +00:00
Jo-Philipp Wich
a2328ecf96 kernel: flag as "hold", this is inherited by all kmods as well and will prevent opkg on the target from upgrading them
SVN-Revision: 23173
2010-10-02 03:22:56 +00:00
Alexandros C. Couloumbis
b7e25b807b package/grub: revert accidental/unessesery grub commit
SVN-Revision: 23170
2010-10-01 16:43:46 +00:00
Alexandros C. Couloumbis
930031c5d1 tools/mtd-utils: update to mtd-utils-20101001, fix FreeBSD (and hopefully Darwin) build issues.
SVN-Revision: 23169
2010-10-01 16:39:08 +00:00
Felix Fietkau
42a49519f0 ath9k: fix regulatory issues with multiple cards
SVN-Revision: 23168
2010-10-01 15:14:15 +00:00
Felix Fietkau
1cbea05927 ath9k: compile out the ath9k rate control
SVN-Revision: 23163
2010-09-30 15:00:06 +00:00
Alexandros C. Couloumbis
5df80ba3a7 package/grub: fix build issues under 64bit FreeBSD
SVN-Revision: 23162
2010-09-30 14:48:31 +00:00
Jo-Philipp Wich
1cb2abca8e add maintainer information
SVN-Revision: 23159
2010-09-30 10:48:37 +00:00
Alexandros C. Couloumbis
073fca3651 package/grub: fix compile issue under FreeBSD 8.1
SVN-Revision: 23156
2010-09-29 16:27:00 +00:00
Felix Fietkau
5dc2fe588d iw: update to 0.9.21, add support for showing the in-use flag for survey data
SVN-Revision: 23155
2010-09-29 15:16:21 +00:00
Felix Fietkau
6f8a738587 ath9k: fetch survey data for all channels
SVN-Revision: 23154
2010-09-29 15:16:13 +00:00
Alexandros C. Couloumbis
ad41b53a74 package/busybox: fix endianes issue under FreeBSD 8.1
SVN-Revision: 23152
2010-09-29 14:33:35 +00:00
Felix Fietkau
92e5e35c77 mac80211: update to wireless-testing 2010-09-28
SVN-Revision: 23149
2010-09-29 13:13:16 +00:00
Vasilis Tsiligiannis
faf45b7316 dropbear: Add config options to allow specification of host key files, thanks Scott Merrilees and Matthias Buecher (#7824)
SVN-Revision: 23148
2010-09-29 07:54:53 +00:00
Jo-Philipp Wich
1a0d7a3612 firewall: fix chain selection logic, option dest must be ignored for notrack targets
SVN-Revision: 23143
2010-09-28 11:38:31 +00:00
Jo-Philipp Wich
a1a31f1831 firewall: don't setup nat reflection if negations are used
SVN-Revision: 23142
2010-09-28 11:11:11 +00:00
Jo-Philipp Wich
6a335579b8 fireall: - support negations for src_ip, dest_ip, src_dip options in rules and redirects - add NOTRACK target to rule sections, allows to define fine grained notrack rules
SVN-Revision: 23141
2010-09-28 10:42:56 +00:00
Alexandros C. Couloumbis
ac899e4bd2 package/dropbear: simplify & reduce init script size (closes #7985)
SVN-Revision: 23118
2010-09-24 15:57:53 +00:00
Jo-Philipp Wich
6bcdab79b6 base-files: prevent possible sourcing of JFFS2 meta files when merging overlay hooks
SVN-Revision: 23114
2010-09-23 17:32:58 +00:00
Daniel Dickinson
b125e3f68e Fixed duplicated content in file in commit 23111
SVN-Revision: 23112
2010-09-23 14:06:47 +00:00
Daniel Dickinson
7fe34123d6 Missed file committing previous change 23110
SVN-Revision: 23111
2010-09-23 14:03:22 +00:00
Daniel Dickinson
18b473ca9b base/block-extroot, base/block-mount: Modified preinit and block-extroot and block-mount so that use of block-mount and block-extroot do not require that block-extroot, block-mount, nor the kernel modules they depend, on are required to included in the image. That is block-extroot and dependencies may now be installed as modules onto the jffs2 part of a squashfs system and it will work. In addition packages which are installed into the jffs2 of a squashfs system may now affect preinit, so long as they do not require execution of commands that occur before the merging of the jffs2 and built-in (squashfs) preinit scripts is done.
Thanks jow for the preinit merge stuff!

SVN-Revision: 23110
2010-09-23 13:58:05 +00:00
Felix Fietkau
c749f9a924 ath9k: fix a warning during a failed aggregation start
SVN-Revision: 23100
2010-09-20 17:32:18 +00:00
Daniel Dickinson
1385904dfa base-files: Add function pi_include the /lib/functions/boot.sh used by preinit, which safely sources files as well as working correctly whether the script using it is a package added to the jffs2 part of a squashfs or built into an image or on some other root filesystem.
SVN-Revision: 23099
2010-09-19 23:29:40 +00:00
Daniel Dickinson
46803a3b75 base/block-extroot: Move block-extroot in menuconfig from Utilities/disc to Base system
SVN-Revision: 23098
2010-09-19 22:34:06 +00:00
Felix Fietkau
d6f08bcf81 ath9k: fix various aggregation related race conditions
SVN-Revision: 23097
2010-09-19 17:23:15 +00:00
Jo-Philipp Wich
cdd98e3f3a base-files: bump pkg revision after r23091, r23092
SVN-Revision: 23093
2010-09-19 15:14:42 +00:00
Jo-Philipp Wich
52531f4eb6 base-files: kill possibly existing udhcpc instance when bringing up a dhcp iface, utilize service_kill() in dhcp shutdown. Based on patch by Stijn Tintel. Possibly related to #7314
SVN-Revision: 23092
2010-09-19 15:13:06 +00:00
Jo-Philipp Wich
84b7b812f3 base-files: cached state vars after scan_interfaces might be out of sync when binding dhcp leases, this could lead to an unconfigured wan interface in certain circumstances. Replace config_get calls with uci_get_state
SVN-Revision: 23091
2010-09-19 15:04:08 +00:00
Jo-Philipp Wich
b07620df31 firewall: protect iptables invocations with locks in interface ops, it might run concurrently due to hotplug invocations on network restart
SVN-Revision: 23090
2010-09-19 15:01:47 +00:00
Jo-Philipp Wich
a5d0879de7 ppp: use service_kill()
SVN-Revision: 23088
2010-09-19 14:09:27 +00:00
Jo-Philipp Wich
4815de3f26 base-files: introduce service_kill() into functions.sh - a convenience wrapper for killing services by pid or pidfile with a grace period for termination before kill
SVN-Revision: 23087
2010-09-19 14:03:32 +00:00
Florian Fainelli
8e9736675f Fix missing dependency in solos-pci module
Modinfo for solos-pci tells us that it has a dependency on "atm", but this isn't
 captured in the Makefile.

Signed-off-by: Philip A. Prindeville <philipp_subx@redfish-solutions.com>

SVN-Revision: 23086
2010-09-19 11:18:00 +00:00
Alexandros C. Couloumbis
aea8213bdd package/zlib: fix Darwin compile failure (closes #7963)
SVN-Revision: 23085
2010-09-19 05:33:18 +00:00
Jo-Philipp Wich
f90328f26e firewall: make invalid redirects and duplicate zones non-fatal, print a notice and discard them
SVN-Revision: 23080
2010-09-16 11:47:35 +00:00
Felix Fietkau
4df10391ba rt2800pci: add back ifdown hang workaround that was accidentally dropped during a compat-wireless update
SVN-Revision: 23078
2010-09-16 11:38:27 +00:00
Felix Fietkau
8cd8f6029c hostapd: fix non-multicall wpa_supplicant compile
SVN-Revision: 23073
2010-09-15 17:51:06 +00:00
Jo-Philipp Wich
1e227c0225 Support for Solos PCI ADSL2+ modem This driver is used by Traverse Technologies' Geos ADSL2+ x86 router:
http://www.traverse.com.au/productview.php?product_id=117

Signed-off-by: Nathan Williams <nathan@traverse.com.au>

SVN-Revision: 23070
2010-09-15 03:52:13 +00:00
Jo-Philipp Wich
fe247d02bd Support for RTL-8139C+ ethernet adapters Signed-off-by: Nathan Williams <nathan@traverse.com.au>
SVN-Revision: 23068
2010-09-15 03:48:20 +00:00
Felix Fietkau
7fb3870671 hostapd: fix wpa_supplicant crash issues in WDS STA mode
SVN-Revision: 23067
2010-09-15 03:14:48 +00:00
Jo-Philipp Wich
7557011cb1 firewall: run ifdown hotplug events synchronized, fixes a racecondition on "ifup iface" when ifdown and ifup events are delivered with a small dealy
SVN-Revision: 23064
2010-09-15 01:53:36 +00:00
Jo-Philipp Wich
1fe50da4bb firewall: deliver remove hotplug events for all active zones/networks when restarting the firewall
SVN-Revision: 23062
2010-09-14 23:11:12 +00:00
Felix Fietkau
fc7fbe8349 mac80211: upgrade to wireless-testing 2010-09-14, replace the external carl9170 with the recently merged upstream version
SVN-Revision: 23061
2010-09-14 22:53:54 +00:00
Felix Fietkau
9c2cfd7a1b mac80211: add a pending fix for a locking error in the aggregation reorder release code
SVN-Revision: 23060
2010-09-14 21:13:01 +00:00
Felix Fietkau
2c848d33a9 ath9k: fix multi-bss operation (fixes #7914)
SVN-Revision: 23059
2010-09-14 16:26:46 +00:00
Alexandros C. Couloumbis
c1c4e40dff package/opkg: add missing patch from r23050
SVN-Revision: 23052
2010-09-13 08:57:16 +00:00
Alexandros C. Couloumbis
bf29f6455f package/opkg: update to r563
SVN-Revision: 23050
2010-09-13 08:13:36 +00:00
Alexandros C. Couloumbis
c415d7529b package/zlib: update to zlib-1.2.5
SVN-Revision: 23049
2010-09-13 07:45:25 +00:00
Jo-Philipp Wich
06dd991494 broadcom-diag: SimpleShare: expose power button as reset to the system, remove actual reset button - it's hardwired and will reset the SoC (#7928)
SVN-Revision: 23043
2010-09-13 01:35:39 +00:00
Jo-Philipp Wich
9bb6f3b5f3 opkg: - implement --add-dest and --add-arch commandline options, this allows to run entirely without configuration - tweak default config location patch to not require a config in offline root mode - rename --force-run-hooks option to --force-postinstall, its a more appropriate name - utilize new opkg commandline options in package-ipkg.mk and remove config file generation
SVN-Revision: 23032
2010-09-12 21:16:02 +00:00
Michael Büsch
78539bfa4f Fix compilation of crypto modules. This fixes #7920
SVN-Revision: 23028
2010-09-12 15:31:00 +00:00
Michael Büsch
0c4abfba31 iproute2: Add lex/yacc files dependencies. Refresh other patches.
SVN-Revision: 23027
2010-09-12 11:05:55 +00:00
Michael Büsch
393c83514b Fix kernel crypto modules for >= 2.6.36
SVN-Revision: 23026
2010-09-11 21:42:37 +00:00
Jo-Philipp Wich
f3dd8278bb firewall: - simplify masquerade rule setup - remove various subshell invocations - speedup fw() by not relying on xargs and pipes - rework SNAT support - attach to dest zone, use src_dip/src_dport as snat source
SVN-Revision: 23024
2010-09-11 20:04:34 +00:00
Jo-Philipp Wich
9499018b9a 6in4: don't use abbreviated notation for 0.0.0.0/0, iproute apparently does not like it anymore
SVN-Revision: 23022
2010-09-11 18:58:17 +00:00
Florian Fainelli
a1264431fe nvvram: no checksum error recording on WRT54G3GV2(-VF)
The CFE of the WRT54G3GV2 expects two firmware images, if one of them
produces a CRC error (which is the case after you installed OpenWrt, as
there is no second image), it writes one of three consecutive bytes to
the flash. (Look for "Image Status : IMG2_BAD" during boot.)

After the third boot with a CRC error, it stops and waits for a new
firmware image. To prevent this 'noset_try_flag' must be set to 1 on boot.

Tested with my own box.

Signed-off-by: Niclas Koeser <nks at informatik.uni-kiel.de>

SVN-Revision: 23007
2010-09-11 18:37:09 +00:00
Florian Fainelli
5a9976011e update acx-mac80211 to 20100830
SVN-Revision: 23002
2010-09-11 08:11:28 +00:00
Florian Fainelli
7daf012a27 fix acx-mac80211 build failure with latest compat-wireless
SVN-Revision: 23001
2010-09-11 08:11:22 +00:00
Michael Büsch
83cb9b7a07 iproute2: Once the make calls were fixed up, parallel compile seems to work well.
SVN-Revision: 22992
2010-09-09 21:50:07 +00:00
Jo-Philipp Wich
70dff7070e uhttpd: break tight loop when receiving eof during header reading (#7904)
SVN-Revision: 22988
2010-09-09 20:15:02 +00:00
Michael Büsch
7a54becd63 iproute2: Fix compilation
SVN-Revision: 22987
2010-09-09 00:40:25 +00:00
Jo-Philipp Wich
5af8eb0f36 util-linux-ng: make build depend on libncurses, cfdisk is compiled unconditionally and will fail with missing input files if ncurses was not detected during configure
SVN-Revision: 22982
2010-09-08 06:35:23 +00:00
Jo-Philipp Wich
91118a9500 base-files: add an experimental "-c" flag which tries to preserve *all* changed files in /overlay/etc minus some system files
SVN-Revision: 22977
2010-09-07 22:20:26 +00:00
Michael Büsch
7b30b70e11 From: Joseph Roback <openwrt-devel@roback.cc>
26 Makefile patches for enabling parallel builds. Tested on Linux (8-core) and Darwin (12-core), individually and from clean build_root. The first set is from trunk, the second is from feeds/packages.

Signed-off-by: Joe Roback <joe@roback.cc>

SVN-Revision: 22965
2010-09-07 10:00:34 +00:00
Jo-Philipp Wich
b1edd2ac6e opkg: add --force-run-hooks option to run postinstall scripts in offline root mode, utilize it for host package install
SVN-Revision: 22960
2010-09-06 19:58:05 +00:00
John Crispin
72d4242263 extracted firmware files were generated with an incorrect umask
SVN-Revision: 22957
2010-09-06 16:34:45 +00:00
Alexandros C. Couloumbis
e9996f7cdc package/kernel: update crypto.mk for kernel 2.6.36
SVN-Revision: 22954
2010-09-06 11:41:09 +00:00
Alexandros C. Couloumbis
5510149e78 package/busybox: update to busybox-1.7.2, include upstream patches, refresh patches
SVN-Revision: 22953
2010-09-06 07:22:26 +00:00
Jo-Philipp Wich
5949f33b06 base-files: make build dependant on opkg/host
SVN-Revision: 22948
2010-09-06 02:13:19 +00:00
Jo-Philipp Wich
a836869b69 opkg: reintroduce host build, utilize fixed HOST_BUILD_DEPENDS and depend libtool/host
SVN-Revision: 22947
2010-09-06 02:12:14 +00:00
Jo-Philipp Wich
8315505605 kernel: virtio modules depend on x86_kvm_guest Make the VirtIO modules depend on the new x86_kvm_guest subtarget.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>

SVN-Revision: 22945
2010-09-05 23:19:24 +00:00
Jo-Philipp Wich
75ffc6d367 kernel: add VirtIO device support Add support for VirtIO-based paravirtualized devices used by various virtualization platforms.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>

SVN-Revision: 22943
2010-09-05 23:16:24 +00:00
Jo-Philipp Wich
1553660de2 kernel: move xen.mk to virtual.mk Move Xen kernel modules into a general virtualization category. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 22942
2010-09-05 23:15:43 +00:00
Jo-Philipp Wich
5ab58aa39c firewall: - fix possible endless loop when the family option is used for forwardings - only generate forwarding rules in SNAT redirect sections if src_dip is specified
SVN-Revision: 22938
2010-09-05 20:17:23 +00:00