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
Jo-Philipp Wich
eb79296cc1
firewall: introduce SNAT support for redirect sections
...
SVN-Revision: 22937
2010-09-05 19:03:17 +00:00
Michael Büsch
1c74711ec1
Fix musb-hdrc module loading
...
SVN-Revision: 22928
2010-09-05 00:10:30 +00:00
Jo-Philipp Wich
a2aa84c1c7
b43: Module option added to change the GPIO LED mask. This patch exposes the GPIO mask as a module option. This makes it possible to limit the GPIO lines used by the b43 module. Useful for those using the GPIO lines for other things like mmc over GPIO.
...
It is helpful to those not able / interested in recompiling OpenWRT themselves.
The default action is the same as before, that is 0xf gpiomask.
Signed-off-by: Simon Gaynor <openwrt@simong.net>
SVN-Revision: 22927
2010-09-04 23:46:39 +00:00
Michael Büsch
89f806fe5f
p54spi: Compile in the default eeprom image
...
SVN-Revision: 22926
2010-09-04 23:42:19 +00:00
Florian Fainelli
8e089c375d
fix fuse dependency against kmod-fuse
...
SVN-Revision: 22919
2010-09-04 19:12:22 +00:00
Florian Fainelli
573f15826d
kmod-sctp: Add SCTP kernel support
...
This adds a new kmod-sctp option that enables support of SCTP in 2.6x
kernels.
The patch also contains a small cleanup in the dependencies.
Signed-off-by: Sebastien Decugis <sdecugis@nict.go.jp>
SVN-Revision: 22917
2010-09-04 18:06:49 +00:00
Florian Fainelli
54f4be5bd6
add dm-crypt and fix tabs
...
Signed-off-by: Jan Willies <jan@willies.info>
SVN-Revision: 22916
2010-09-04 18:06:32 +00:00
Florian Fainelli
5bd1c17fd1
add XTS cipher CryptoAPI module
...
needed for proper dm-crypt support
Signed-off-by: Jan Willies <jan@willies.info>
SVN-Revision: 22915
2010-09-04 18:06:24 +00:00
Jo-Philipp Wich
f4ee14e1c3
firewall: add option to disable NAT reflection
...
SVN-Revision: 22908
2010-09-04 17:49:14 +00:00
Jo-Philipp Wich
baf4782be6
firewall: clean up description ( #7875 )
...
SVN-Revision: 22905
2010-09-04 17:39:00 +00:00
Alexandros C. Couloumbis
a72d6ab714
package/apex: update apex to version 1.6.9
...
SVN-Revision: 22900
2010-09-04 17:02:18 +00:00
Jo-Philipp Wich
f1303bd074
6in4: fix logic fail in previous commit
...
SVN-Revision: 22897
2010-09-04 16:12:40 +00:00
Jo-Philipp Wich
52dcaeb65d
6in4: replace sed match with variable substitution, change pattern from a-z to a-f (hex only)
...
SVN-Revision: 22893
2010-09-04 16:09:49 +00:00
Florian Fainelli
6edf2c577b
add kmod-usb-serial-ipw module
...
This patch adds support to compile kmod-usb-serial-ipw module. It is
used by USB IPWireless communication devices used for 3G.
Signed-off-by: Lukas macura <macura@opf.slu.cz>
SVN-Revision: 22891
2010-09-04 16:03:26 +00:00
Florian Fainelli
4331584485
add cpu msr kernel module package
...
This adds a separate kernel package for x86 cpu msr support.
MSR module is needed e.g. when updating coreboot bios on alix boards.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 22890
2010-09-04 16:03:20 +00:00
Florian Fainelli
f7538b6864
support pre-md5summed passwords in 6in4 scripts
...
The he.net ipv6 tunnels require that a user supply the md5sum of his password
when updating the ipv4 tunnel endpoint. the 6in4 package supports this well,
but requires that a user store his password in plaintext in uci. this patch
tries to detect whether the password in uci is already an md5sum
(32 characters containing only [a-z0-9]), so users can avoid storing plaintext
passwords.
Signed-off-by: Steven Brudenell <steven.brudenell@gmail.com>
SVN-Revision: 22889
2010-09-04 16:03:14 +00:00
Jo-Philipp Wich
ca5bf9e291
firewall: - handle NAT reflection in firewall hotplug, solves synchronizing issues on boot - introduce masq_src and masq_dest options to limit zone masq to specific ip ranges, supports multiple subnets and negation
...
SVN-Revision: 22888
2010-09-04 15:49:13 +00:00
Gabor Juhos
2a541325d3
package/mtd: write remaining data after adding file to the jffs2 partition
...
SVN-Revision: 22881
2010-09-03 18:14:32 +00:00
Alexandros C. Couloumbis
faa7df6ace
package/iproute2: update iproute2 to version 2.6.35
...
SVN-Revision: 22879
2010-09-03 07:39:46 +00:00
Felix Fietkau
4dd1e1437b
mac80211: another override
...
SVN-Revision: 22875
2010-09-02 20:10:50 +00:00
Felix Fietkau
72f1c12abd
mac80211: add missing config override for ath9k
...
SVN-Revision: 22874
2010-09-02 20:02:50 +00:00
Felix Fietkau
ea70b60a07
ath9k: add a patch for dumping the eeprom contents via debugfs
...
SVN-Revision: 22870
2010-09-01 17:51:30 +00:00
Alexandros C. Couloumbis
8df0c8e390
generic: move iptables/netfilter kernel options from generic/config to package/kernel/modules/netfilter.mk
...
SVN-Revision: 22867
2010-09-01 13:14:05 +00:00
Felix Fietkau
003ec7d795
mac80211: replace 800-nuke_led_code.patch with something smaller. most of the #ifdef spaghetti that the old patch introduced was completely unnecessary
...
SVN-Revision: 22866
2010-08-31 23:34:27 +00:00
Felix Fietkau
2f014eb8e8
mac80211: update to wireless-testing 2010-08-31
...
SVN-Revision: 22865
2010-08-31 23:34:21 +00:00
Gabor Juhos
19654fd1c2
package/broadcom-diag: use broadcast_uevent
...
SVN-Revision: 22860
2010-08-31 20:06:32 +00:00
Gabor Juhos
a4aa4e3973
package/button-hotplug: use brodcast_uevent
...
SVN-Revision: 22859
2010-08-31 20:06:30 +00:00
Felix Fietkau
d23ca9f0f3
hostapd: backport a fix to check for STA STBC capabilities before setting them ( fixes #7464 )
...
SVN-Revision: 22854
2010-08-31 16:16:32 +00:00
Jo-Philipp Wich
ee4dd61b10
firewall: - fix processing of rules with an ip family option - append interface rules at the end of internal zone chains, simplifies injecting user or addon rules - support simple file logging (option log + option log_limit per zone)
...
SVN-Revision: 22847
2010-08-31 01:54:08 +00:00
Lars-Peter Clausen
85d4291984
Dockstar: Adjust rootfs size to that of the original fw
...
SVN-Revision: 22839
2010-08-29 21:29:23 +00:00
Alexandros C. Couloumbis
00e17f0ba4
package/madwifi: enable mtu & mac config options for > 2.6.29 kernels
...
SVN-Revision: 22835
2010-08-29 18:42:11 +00:00
Felix Fietkau
1d6f21de61
ath9k: fix a WARN_ON when aggregation start is issued more than once, should improve stability with 802.11n
...
SVN-Revision: 22827
2010-08-28 17:59:03 +00:00
Felix Fietkau
c3bcd846e9
ath9k: add some extra checks to the mic failure fix
...
SVN-Revision: 22825
2010-08-28 16:23:45 +00:00
Jo-Philipp Wich
e874503f3f
libreadline: install *.so symlinks as well ( #4872 )
...
SVN-Revision: 22824
2010-08-27 20:13:17 +00:00
Florian Fainelli
7ec50d1a2f
add compile fixes for ar7-atm
...
SVN-Revision: 22811
2010-08-26 09:13:38 +00:00
Jo-Philipp Wich
865e34b607
ppp: populate gateway of default route with peer address ( #6259 )
...
SVN-Revision: 22806
2010-08-25 23:10:40 +00:00
Jo-Philipp Wich
93c38f2b86
uhttpd: fix segfault triggered by Basic Auth checking
...
SVN-Revision: 22805
2010-08-25 21:38:48 +00:00
Michael Büsch
7a8066735d
Add usb gadget feature flag
...
SVN-Revision: 22798
2010-08-25 17:35:34 +00:00
Michael Büsch
5106eb903a
p54: Fix powersave mode
...
SVN-Revision: 22797
2010-08-25 13:46:40 +00:00
Felix Fietkau
05cf68cf4c
ath9k: fix spurious MIC failure detection, causing instability issues in AP mode
...
SVN-Revision: 22795
2010-08-25 12:30:50 +00:00
Michael Büsch
3b6d2366bd
Add usb gadget packages
...
SVN-Revision: 22785
2010-08-24 15:15:23 +00:00
Michael Büsch
e54b810ace
tahvo-usb: Use platform device interface properly (don't crash)
...
SVN-Revision: 22780
2010-08-23 14:24:39 +00:00
Lars-Peter Clausen
2233a27d43
Add uboot for marvell kirkwood based boards
...
SVN-Revision: 22764
2010-08-22 16:48:28 +00:00
Michael Büsch
4df18c296e
mac80211: Fix incorrect ifdef placement in 800-nuke_led_code.patch
...
SVN-Revision: 22749
2010-08-21 16:25:08 +00:00
Felix Fietkau
0f64b1d870
kernel: speed up building kernel packages by getting rid of unnecessary CompareKernelPatchVer calls
...
SVN-Revision: 22724
2010-08-19 12:49:56 +00:00
Felix Fietkau
62c1740676
toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK
...
SVN-Revision: 22723
2010-08-19 12:49:51 +00:00
Felix Fietkau
63c6fc88b4
pwm-gpio-custom: fix compile on linux 2.6.31
...
SVN-Revision: 22721
2010-08-19 12:49:42 +00:00
Felix Fietkau
48c7c56dcb
kernel: add a missing config symbol for ext4
...
SVN-Revision: 22717
2010-08-19 12:49:19 +00:00
Michael Büsch
7c97bbabe7
Add Tahvo USB support
...
SVN-Revision: 22712
2010-08-19 11:22:15 +00:00
Jo-Philipp Wich
75bbf1bf20
6in4: fix typo in last commit
...
SVN-Revision: 22710
2010-08-19 01:06:10 +00:00
Jo-Philipp Wich
73c9032e87
6in4: bypass uci state when reading local IPv4 addr, specify TTL during tunnel creation ( #7769 )
...
SVN-Revision: 22708
2010-08-19 00:59:05 +00:00
Jo-Philipp Wich
cbdeb30a1b
uhttpd: - fix parsing of interpreter entries in the config file, fixes serving of static files as .cgi with X-Wrt - better cope with connection aborts, especially during header transfer - fix return value checking of TLS reads and writes, solves some blocking issues
...
SVN-Revision: 22692
2010-08-18 00:04:52 +00:00
Felix Fietkau
1d1b83fa4c
ath9k: remove an unnecessary BUG_ON in the aggregation code and clean up block ack window tracking to use less memory
...
SVN-Revision: 22688
2010-08-17 13:24:33 +00:00
Jo-Philipp Wich
84034cf06a
iptables: partly revert r22582, fixes ip6tables extension packaging
...
SVN-Revision: 22686
2010-08-17 09:02:22 +00:00
Florian Fainelli
02b615d6ae
update acx-mac80211 and change the git url.
...
SVN-Revision: 22672
2010-08-16 16:00:50 +00:00
Lars-Peter Clausen
e7e2d190af
ncurses: Add libncursesw package
...
Thanks bartbes
SVN-Revision: 22669
2010-08-16 09:48:42 +00:00
Nicolas Thill
8386207f1f
package/grub: add a prereq check for 32 bits host development files when building on x86_64 ( closes : #7753 )
...
SVN-Revision: 22667
2010-08-16 09:12:46 +00:00
Alexandros C. Couloumbis
28d879da88
package/busybox: fix macosx cross compile, closes #7775
...
SVN-Revision: 22666
2010-08-16 06:05:04 +00:00
Nicolas Thill
2c57634be3
package/busybox: add missing bits from 1.17.1 update (mostly config stuff), rename upstream patches so they're applied first
...
SVN-Revision: 22665
2010-08-15 20:28:05 +00:00
Alexandros C. Couloumbis
da7c2e1d7d
package/busybox: fix missing bit, refresh patches
...
SVN-Revision: 22660
2010-08-15 10:06:58 +00:00
Alexandros C. Couloumbis
e0d13e77d0
package/busybox: update to busybox-1.7.1, include upstream patches
...
SVN-Revision: 22659
2010-08-15 09:53:21 +00:00
Nicolas Thill
99a3935f4d
package/kernel: enable raw HID device support in kmod-usb-hid ( closes : #7310 )
...
SVN-Revision: 22632
2010-08-14 08:59:51 +00:00
Jo-Philipp Wich
f2b534d341
uhttpd: - more robust handling of network failures on static file serving - support unlimited amount of authentication realms, listener and client sockets - support for interpreters (.php => /usr/bin/php-cgi)
...
SVN-Revision: 22630
2010-08-14 00:54:24 +00:00
Jo-Philipp Wich
63991ba875
base-files, uci: properly revert list state on config_load This fixes a bug where lists end up with duplicate values if config_load was invoked multiple times.
...
SVN-Revision: 22629
2010-08-14 00:45:15 +00:00
Alexandros C. Couloumbis
c4e73984fa
package/mac80211: fix r22422, add missing bits & bytes
...
SVN-Revision: 22611
2010-08-12 14:13:52 +00:00
Jo-Philipp Wich
4847198093
uhttpd: fix segmentation fault triggered by invalid header line
...
SVN-Revision: 22607
2010-08-12 10:56:41 +00:00
Jo-Philipp Wich
28a93eed3c
6in4: fix local address detection on ppp links ( #7728 )
...
SVN-Revision: 22605
2010-08-12 10:30:05 +00:00
Jo-Philipp Wich
2d175dcdce
uhttpd: - abort file serving if client connection is lost ( #7742 ) - don't send bad request headers twice
...
SVN-Revision: 22602
2010-08-11 23:44:30 +00:00
Nicolas Thill
b36a1274bb
package/kernel: video: add missing dependencies ( closes : #6497 , #7542 ) * kmod-i2c-core to kmod-video-core * kmod-input-core to kmod-video-uvc
...
SVN-Revision: 22597
2010-08-11 17:00:01 +00:00
Nicolas Thill
d823419da8
package/kernel: video: remove redundant AddDepends/video calls
...
SVN-Revision: 22596
2010-08-11 16:53:44 +00:00
Jo-Philipp Wich
5bc74fcb6f
uhttpd: make init script less verbose
...
SVN-Revision: 22593
2010-08-11 13:30:47 +00:00
Nicolas Thill
46016457c2
package/dnsmasq: add support for bogus-nxdomain (thanks to Mickey Knox), bump release number
...
SVN-Revision: 22592
2010-08-11 10:37:33 +00:00
Alexandros C. Couloumbis
a84b3efe34
package/mac80211: let build system enable led code through cflags (thank you nbd)
...
SVN-Revision: 22591
2010-08-11 09:36:19 +00:00
Jo-Philipp Wich
3d99f03082
uhttpd: add option to reject requests from RFC1918 IPs to public server IPs (DNS rebinding countermeasure)
...
SVN-Revision: 22589
2010-08-11 00:05:34 +00:00
Nicolas Thill
5bee603027
package/iptables: update to 1.4.9.1 and cleanup: * call autogen.sh in Build/Prepare instead of Build/Compile * use PKG_INSTALL * re-enable static libs * add dep on libiptc & libxtables to ip6tables
...
SVN-Revision: 22582
2010-08-10 17:12:49 +00:00
Hamish Guthrie
6953ce8a47
Add HCI_UART_H4 support (required by Gumstix Overo)
...
SVN-Revision: 22572
2010-08-10 07:55:25 +00:00
Nicolas Thill
79caead3e3
package/comgt: only set pincode if it's supplied ( closes : #7334 ), bump release number
...
SVN-Revision: 22561
2010-08-09 16:55:56 +00:00
Michael Büsch
2324b07ad1
kexec-tools: Update to 2.0.2. Mips64 support is builtin in this version. So remove the patch.
...
SVN-Revision: 22559
2010-08-09 13:25:58 +00:00
Florian Fainelli
088b641056
rename kmod-switch-ip175c package to kmod-switch-ip17xx
...
SVN-Revision: 22544
2010-08-08 20:01:16 +00:00
Lars-Peter Clausen
37f27e26f3
uci: Install ucimap.h into the staging dir
...
SVN-Revision: 22536
2010-08-08 19:37:09 +00:00
Michael Büsch
3b1628215a
mac80211: Add p54spi driver
...
SVN-Revision: 22535
2010-08-08 19:13:52 +00:00
Michael Büsch
249dff101c
kexec is also available on armel
...
SVN-Revision: 22533
2010-08-08 18:28:03 +00:00
Vasilis Tsiligiannis
f2ef7cc8af
dnsmasq: Squelch a 'touch' error when no dhcp leases file is defined in config, thanks stsp ( #7720 )
...
SVN-Revision: 22528
2010-08-08 10:53:28 +00:00
Vasilis Tsiligiannis
1beef305cf
hostapd: Add support for 'iapp_interface' option, thanks stsp ( #7719 )
...
SVN-Revision: 22527
2010-08-08 10:46:24 +00:00
Hauke Mehrtens
788561a909
brcm47xx: fix warning introduced in r22516.
...
SVN-Revision: 22521
2010-08-06 22:49:37 +00:00
Jo-Philipp Wich
98746d4e8b
iptables: refresh patch
...
SVN-Revision: 22520
2010-08-06 21:45:50 +00:00
Hauke Mehrtens
7640f89045
brcm47xx: Add new image generation and fix leds/reset button on WNR834B V2
...
Thank you realopty for the patch.
tools/firmware-utils/src/mkchkimg.c is from http://www.myopenrouter.com/download/10611/mkchkimg/
This closes #7702 .
SVN-Revision: 22516
2010-08-06 20:21:32 +00:00
John Crispin
419128775a
* remove references to gpio_dev * make vmmc driver register its own memory and dont rely on arch code to do so * makes any Danube board with a CFI commandset 2 NOR flash chip functional again * fixes filenames of downloaded firmwares
...
thanks, Ithamar R. Adema
SVN-Revision: 22515
2010-08-06 15:49:42 +00:00
Alexandros C. Couloumbis
e4598b8c1e
package/compcache: revert r22458 as there are some issues with the mainline code
...
http://code.google.com/p/compcache/issues/detail?id=68
SVN-Revision: 22514
2010-08-06 15:46:13 +00:00
Hamish Guthrie
cbc8b3968c
base_files: Remove . from end of localhost entry
...
SVN-Revision: 22508
2010-08-06 08:00:40 +00:00
Jo-Philipp Wich
0d06aa524a
kernel: fix missing symbol introduced by l2tp
...
SVN-Revision: 22507
2010-08-06 02:05:07 +00:00
Jo-Philipp Wich
ae8dbcbae4
kernel: package L2TP v3 ("Pseudowire") modules, restrict them to 2.6.35
...
SVN-Revision: 22501
2010-08-06 00:58:49 +00:00
Jo-Philipp Wich
2caa5916aa
ipset: fix ipset for kernel 2.6.35
...
SVN-Revision: 22500
2010-08-06 00:56:18 +00:00
Jo-Philipp Wich
187ec5ae19
ppp: whitespace cleanup in previous commit
...
SVN-Revision: 22497
2010-08-04 21:50:50 +00:00
Jo-Philipp Wich
815b18051b
pppd: only remove own default route on shutdown ( #7694 )
...
SVN-Revision: 22495
2010-08-04 21:47:29 +00:00
Felix Fietkau
e8fe990549
ath9k: fix rx tsf parsing
...
SVN-Revision: 22493
2010-08-04 17:26:56 +00:00
Jo-Philipp Wich
251c93bcbf
dnsmasq: add -c or --cache-size option to dnsmasq via cachesize UCI option ( #7625 )
...
SVN-Revision: 22490
2010-08-04 17:16:46 +00:00
Jo-Philipp Wich
97b10e38a8
Allow UCI interface names in /etc/config/dhcp Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>
...
SVN-Revision: 22487
2010-08-04 17:09:31 +00:00
Alexandros C. Couloumbis
8ea976509c
package/iptables: upgrade to iptables version 1.4.9
...
SVN-Revision: 22482
2010-08-04 13:29:07 +00:00
Jo-Philipp Wich
8c4ac87e8f
base-files: r22444 caused interfaces to remain down if the macaddr option is used, fix it. Also localize the txqueuelen option variable
...
SVN-Revision: 22467
2010-08-02 20:45:52 +00:00
Markus Wigge
4e1c5b8ba2
LED handling fixes for WRT54-G3Gv2
...
SVN-Revision: 22462
2010-08-02 10:32:39 +00:00
Felix Fietkau
393db419ec
ath9k: improve stuck beacon recovery by reading nf values from the hw when a calibration is pending (instead of waiting for the next cal interval)
...
SVN-Revision: 22461
2010-08-02 01:28:27 +00:00
Felix Fietkau
9d2aa5f66f
ath9k: improve stuck beacon recovery and noise floor handling. significantly improves stability under strong interference in ap mode
...
SVN-Revision: 22460
2010-08-02 00:08:55 +00:00
Alexandros C. Couloumbis
6978c1cb83
package/compcache: use mainline modules for kernels >=2.6.33 (thank you nbd)
...
SVN-Revision: 22458
2010-08-01 16:57:24 +00:00
Felix Fietkau
31239d3332
ath9k: fix aggregation pause/restart handling under heavy load (thx to Lorenzo Bianconi)
...
SVN-Revision: 22457
2010-08-01 16:33:50 +00:00
Florian Fainelli
56aa129fed
add txqueuelen option, patch from Roberto Riggio
...
SVN-Revision: 22444
2010-07-31 22:32:28 +00:00
Jo-Philipp Wich
5b365822f3
firwall: fix nat reflection for zones covering multiple networks
...
SVN-Revision: 22442
2010-07-31 13:25:56 +00:00
Jo-Philipp Wich
d68e09200e
firewall: add basic NAT reflection/NAT loopback support
...
SVN-Revision: 22441
2010-07-31 13:06:14 +00:00
Florian Fainelli
d768b7538e
remove iptables libipq dependency, thanks jow
...
SVN-Revision: 22438
2010-07-31 11:53:27 +00:00
Florian Fainelli
1d7dfee37f
package libipq as a shared library
...
r21799 by jow changed the staging install of libipq so that it is no
longer available as a static library but is dynamically linked in as a
shared library. However the libipq package was not being built. This
patch provides libipq.so as a package.
Signed-off-by: Ashok Rao <greatarbor@gmail.com>
SVN-Revision: 22436
2010-07-31 11:42:24 +00:00
Alexandros C. Couloumbis
524779230e
package/mac80211: sync commit r22419
...
SVN-Revision: 22422
2010-07-31 06:21:13 +00:00
Felix Fietkau
fc16d8ae02
mac80211: update to 2010-07-29, add pending patches to fix further issues with calibration
...
SVN-Revision: 22419
2010-07-30 22:18:57 +00:00
Felix Fietkau
941f72b11c
mac80211: minor fix for the offchannel status change notification
...
SVN-Revision: 22417
2010-07-30 10:52:51 +00:00
Alexandros C. Couloumbis
4f36f4051a
package/compcache: clean unneeded swap initialization
...
SVN-Revision: 22409
2010-07-28 15:10:20 +00:00
Felix Fietkau
bbd756364f
ath9k: fix various calibration related bugs and clean up the code
...
SVN-Revision: 22408
2010-07-28 11:40:38 +00:00
Jo-Philipp Wich
e47a8a001c
revert r22372 and r22405, dependency on host libtool causes problems
...
SVN-Revision: 22406
2010-07-28 02:18:16 +00:00
Jo-Philipp Wich
ceeb9a8013
make base-files dependent on opkg host compile, fixes install errors when package/compile and package/install are invoked separately
...
SVN-Revision: 22405
2010-07-27 22:26:13 +00:00
Jo-Philipp Wich
39e013d003
uhttpd: fix build dependencies ( #7674 )
...
SVN-Revision: 22404
2010-07-27 21:19:28 +00:00
Felix Fietkau
0e417cf3ce
mac80211: update to wireless-testing 2010-07-26 + pending patches - adds a change that might fix some calibration issues
...
SVN-Revision: 22403
2010-07-27 21:04:54 +00:00
Felix Fietkau
7a5f143f64
kmod-ipsec: fix a compile error with some configurations. since CONFIG_XFRM_IPCOMP is not selectable on its own (no prompt), always select CONFIG_INET_IPCOMP along with it, to make sure that it gets enabled
...
SVN-Revision: 22402
2010-07-27 21:04:49 +00:00
Daniel Dickinson
9afff8f6a6
dropbear: Explicity list default RootPasswordAuth value in default config file so that users know to turn off RootPasswordAuth as well as PasswordAuth to prevent password logins as root.
...
SVN-Revision: 22394
2010-07-27 03:36:27 +00:00
Daniel Dickinson
6a9a205f32
dropbear: Add RootLogin parameter to control whether ssh logins as root are allowed.
...
SVN-Revision: 22393
2010-07-27 03:23:47 +00:00
Florian Fainelli
ad126a54f4
linux-atm: parallel build fix
...
SVN-Revision: 22383
2010-07-24 21:39:33 +00:00
Florian Fainelli
acf5462a22
e2fsprogs: parallel build fix
...
SVN-Revision: 22382
2010-07-24 21:39:27 +00:00
Jo-Philipp Wich
9bf9ea9802
base-files: localize variable in do_move_devtmpfs(), remove extra temporary variable and shorten conditional
...
SVN-Revision: 22380
2010-07-24 19:33:11 +00:00
Alexandros C. Couloumbis
6a85a3b53b
package/base-files: add support for devtmpfs (thank you rauchwolke at gmx.net)
...
SVN-Revision: 22379
2010-07-24 19:21:27 +00:00
Jo-Philipp Wich
e1a654dd9f
base-files: unconditionally unlock the rootfs_data partition ( #7437 )
...
SVN-Revision: 22377
2010-07-24 15:47:15 +00:00
Jo-Philipp Wich
8c1d9afc40
use host opkg for installing packages in buildroot and ImageBuilder
...
SVN-Revision: 22372
2010-07-23 19:49:19 +00:00
Alexandros C. Couloumbis
e622f65cc6
package/compcache: initialize swap driver and introduce a delay before mounting
...
SVN-Revision: 22368
2010-07-23 13:51:22 +00:00
Alexandros C. Couloumbis
88385e633d
package/compcache: revert r22365
...
SVN-Revision: 22367
2010-07-23 13:26:05 +00:00
Jo-Philipp Wich
b688fcaa5c
uhttpd: - fix a compile warning - support custom index file names - support custom error pages (or cgi handler) - add option to disable directory listings - add REDIRECT_STATUS for CGI requests, fixes php-cgi
...
SVN-Revision: 22366
2010-07-23 13:15:22 +00:00
Alexandros C. Couloumbis
c28ab82e04
package/compcache: fix a dependency issue
...
SVN-Revision: 22365
2010-07-23 11:47:47 +00:00
Felix Fietkau
ce8858061b
ath9k: simplify noise floor calibration chainmask calculation
...
SVN-Revision: 22362
2010-07-23 02:22:52 +00:00
Felix Fietkau
f4331b40a4
ath9k: fix invalid noisefloor measurement values in ht20 mode
...
SVN-Revision: 22361
2010-07-23 02:08:24 +00:00
Felix Fietkau
90a71cd326
ath9k: fix another buffer leak in the aggregation code
...
SVN-Revision: 22360
2010-07-23 01:54:27 +00:00
Felix Fietkau
52646b63b1
load e1000 earlier to fix the order of the ethernet ports on Axiomtek NA-200
...
SVN-Revision: 22359
2010-07-23 01:54:21 +00:00
Hauke Mehrtens
f602c71415
mac80211: fix build of ipw2100 driver
...
SVN-Revision: 22358
2010-07-22 18:51:26 +00:00
Hauke Mehrtens
24d0a9a069
ubsec_ssb: fix build of ubsec_ssb with new ssb patches
...
SVN-Revision: 22357
2010-07-22 18:50:32 +00:00
Jo-Philipp Wich
8344c770fc
mac80211: fix handling of frag and rts options, thanks stintel!
...
SVN-Revision: 22355
2010-07-22 16:01:17 +00:00
Claudio Mignanti
f00599aad7
Add package pwm-gpio-custom
...
SVN-Revision: 22350
2010-07-22 11:32:33 +00:00
Claudio Mignanti
81c3f8ad43
Add package rotary-gpio-custom
...
SVN-Revision: 22349
2010-07-22 11:32:27 +00:00
Jo-Philipp Wich
1d6d3d0d8a
busybox: fix compilation on FreeBSD
...
SVN-Revision: 22348
2010-07-22 08:28:39 +00:00
Jo-Philipp Wich
5707e757a7
opkg: fix host compilation on Darwin (libopkg_test failed to link)
...
SVN-Revision: 22340
2010-07-21 22:02:25 +00:00
Jo-Philipp Wich
3ebcb3ca68
opkg: strip trailing whitespaces from entries in conffiles control files, fixes conffile md5 calculation against ipkg-build generated archives
...
SVN-Revision: 22338
2010-07-21 18:26:07 +00:00
Imre Kaloz
a1cdb24a3b
add support for the Gateworks Laguna family (Cavium Networks Econa CNS3xxx)
...
SVN-Revision: 22323
2010-07-21 11:20:53 +00:00
Florian Fainelli
e9924b427e
fix kmod-crypto-hw-padlock dependency against kmod-crypto-aes ( #7643 )
...
SVN-Revision: 22321
2010-07-20 22:25:48 +00:00
Florian Fainelli
e31542241c
remove whitespaces in kmod-switch sources
...
SVN-Revision: 22320
2010-07-20 22:25:04 +00:00
Felix Fietkau
ae2c9dcb2b
move the crda dependency to the kmod-cfg80211 package, get rid of crda's dependency on mac80211. this fixes circular dependency issues
...
SVN-Revision: 22304
2010-07-20 01:54:16 +00:00
Felix Fietkau
2fcbada24b
mac80211: fix aggregation on WDS AP interfaces
...
SVN-Revision: 22302
2010-07-20 01:54:07 +00:00
Felix Fietkau
41872e8765
mac80211: update to wireless-testing 2010-07-16
...
SVN-Revision: 22301
2010-07-20 01:54:01 +00:00
Jo-Philipp Wich
f813a693fd
nvram: handle nvram at varying offsets within the eraseblock (fixes Edimax PS-1208mfg with FLSH at offset 0)
...
SVN-Revision: 22299
2010-07-19 22:20:07 +00:00
Claudio Mignanti
3f25930247
pwm: export the generic pwm api as module
...
SVN-Revision: 22297
2010-07-19 21:14:24 +00:00
Hauke Mehrtens
916760dab5
e2fsprogs: update to version 1.41.12
...
SVN-Revision: 22286
2010-07-18 19:40:31 +00:00
Hauke Mehrtens
debd136a52
iw: update to version 0.9.20
...
SVN-Revision: 22285
2010-07-18 19:39:57 +00:00
Alexandros C. Couloumbis
7882a1856a
package/kernel: modularize ixp4xx_eth driver & marvel 88E6060 phy support
...
SVN-Revision: 22283
2010-07-18 18:59:12 +00:00
Jo-Philipp Wich
1dd824a358
base-files, busybox: fix 22279, simplify code and get rid of awk
...
SVN-Revision: 22282
2010-07-18 18:36:12 +00:00
Daniel Dickinson
8974bc6ae2
base-files & telnet: Fixed telnet starting even with root password when shadow passwords in use.
...
SVN-Revision: 22279
2010-07-18 15:18:38 +00:00
Nicolas Thill
1d7a6ebc79
dnsmasq: initscript: fix bool options handling, bump release number
...
SVN-Revision: 22251
2010-07-17 13:36:13 +00:00
Alexandros C. Couloumbis
57d2e57b02
finalize r22241 fixes
...
SVN-Revision: 22242
2010-07-17 08:50:19 +00:00
Alexandros C. Couloumbis
15da77bded
package/kernel: update r22229
...
SVN-Revision: 22241
2010-07-17 06:37:36 +00:00
Felix Fietkau
6195d5f8b6
ep80579-drivers: the build system for this package is broken beyond repair. work around this by only using the kbuild make invocations and ignoring the other crap
...
SVN-Revision: 22240
2010-07-17 00:10:31 +00:00
Jo-Philipp Wich
a158af99a0
iptables: package hashlimit module ( #6696 )
...
SVN-Revision: 22229
2010-07-16 06:15:07 +00:00
Jo-Philipp Wich
e62a9791ee
firewall: allow redirecting only destination port ( #7197 )
...
SVN-Revision: 22227
2010-07-16 06:03:15 +00:00
Jo-Philipp Wich
9c3244a884
dnsmasq: add and enable DNS rebind protections
...
SVN-Revision: 22222
2010-07-16 00:06:59 +00:00
Jo-Philipp Wich
d6d1dd47d3
firewall: fix another notrack related bug
...
SVN-Revision: 22218
2010-07-15 23:24:01 +00:00
Jo-Philipp Wich
f8fa598bf4
firewall: - notrack support was broken in multiple ways, fix it - also consider a zone conntracked if any redirect references it ( #7196 )
...
SVN-Revision: 22215
2010-07-15 22:01:48 +00:00
Gabor Juhos
84df6b3728
madwifi: in-flash macs for mach-eap7660d
...
This patch makes madwifi respect (at least) the platform_data
supplied MAC address.
Signed-off-by: Daniel Golle <daniel.golle@gmail.com>
SVN-Revision: 22190
2010-07-15 07:37:00 +00:00
Gabor Juhos
3f4e29691e
ath5k: in-flash macs and eeprom for mach-eap7660d
...
This adds ath5k_platform.h to mac80211 and patches ath5k to respect
MAC addresses and eeprom content from platform_data, if supplied.
Signed-off-by: Daniel Golle <daniel.golle@gmail.com>
SVN-Revision: 22188
2010-07-15 07:36:55 +00:00
Jo-Philipp Wich
c08ea36e81
broadcom-wl: fix md5sums
...
SVN-Revision: 22175
2010-07-13 17:21:44 +00:00
Jo-Philipp Wich
4ae595a3aa
broadcom-wl: - update to v5.10.56.27.3 - get fallback SPROM from SSB if neither on-device SPROM nor nvram is available - working brcm63xx support
...
SVN-Revision: 22173
2010-07-13 16:55:57 +00:00
Felix Fietkau
d0e2e4f693
mac80211: improve reliability of the keymiss handling fix, add another aggregation leak fix
...
SVN-Revision: 22152
2010-07-12 19:16:22 +00:00
Daniel Dickinson
b9dfb5d483
block-mount: Attempt swapon a after mounting as well as before. This ensures that swap on a filesystem is enabled.
...
SVN-Revision: 22150
2010-07-12 17:28:50 +00:00
Daniel Dickinson
117590a2ce
block-mount: Fixed two bugs in fstab.init. /etc/fstab was used where /tmp/fstab should have been, and locking was insufficiently careful and was such that it could result in deadlock when hotplug was in use.
...
SVN-Revision: 22148
2010-07-12 16:35:39 +00:00
Daniel Dickinson
b6d521ea33
block-mount: Enable swap before doing fsck so that large filesystem checks have swap as well as memory (as they take large memory for large partitions). Closes #7599 .
...
SVN-Revision: 22147
2010-07-12 16:25:09 +00:00
Claudio Mignanti
2d86ea7bf3
massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
...
SVN-Revision: 22145
2010-07-12 14:06:13 +00:00
Claudio Mignanti
bbcb9de935
Add package for gpio rotary encoder
...
SVN-Revision: 22144
2010-07-12 13:20:04 +00:00
Claudio Mignanti
828919b2ba
Add package for gpio-pwm
...
SVN-Revision: 22143
2010-07-12 13:20:01 +00:00
Hauke Mehrtens
88eb1b7ad0
kernel: modules names changed with kernel 2.6.35
...
SVN-Revision: 22139
2010-07-11 19:39:30 +00:00
Hauke Mehrtens
9aa7a94047
broadcom-wl: fix compiling with kernel 2.6.35
...
SVN-Revision: 22138
2010-07-11 19:33:46 +00:00
Hauke Mehrtens
02a147de0c
kernel: fix build problems with recent kernel versions
...
SVN-Revision: 22137
2010-07-11 19:00:23 +00:00
Felix Fietkau
58232503a9
ath9k: remove support for hardware which was never sold. reduces binary size by ~30k
...
SVN-Revision: 22134
2010-07-11 15:19:43 +00:00
Claudio Mignanti
6a46e15720
kmod-usb-core is buildin on etrax target
...
SVN-Revision: 22130
2010-07-11 12:27:11 +00:00
Felix Fietkau
b28b2b9590
ath9k: improve reliability of the noise floor calibration
...
SVN-Revision: 22126
2010-07-11 11:56:18 +00:00
Felix Fietkau
99698373f9
ath9k: add another batch of stability updates and misc fixes
...
SVN-Revision: 22123
2010-07-11 03:50:46 +00:00
Felix Fietkau
c788e49ab7
broadcom-diag: detect more variants of SimpleTech SimpleShare
...
SVN-Revision: 22112
2010-07-10 00:51:28 +00:00
Jo-Philipp Wich
9b5e8c5913
6in4: automatically determine wan interface in hotplug events
...
SVN-Revision: 22102
2010-07-09 00:17:31 +00:00
Felix Fietkau
1d45111aa5
hostapd: make rfkill support optional
...
SVN-Revision: 22101
2010-07-08 18:36:22 +00:00
Felix Fietkau
ca4a8b1bee
hostapd: add preliminary wps script support (push-button only, does not handle multi-bss yet)
...
SVN-Revision: 22100
2010-07-08 18:36:17 +00:00
Felix Fietkau
3e75044a95
wifi: fix duplicate ht capabilities in the hostapd config file by clearing the list at config load time
...
SVN-Revision: 22099
2010-07-08 18:36:12 +00:00
Felix Fietkau
4c0da9863a
hostapd: enable WPS for the full version of hostapd/wpa_supplicant/wpad
...
SVN-Revision: 22098
2010-07-08 18:36:07 +00:00
Felix Fietkau
af6d19ac96
hostapd: update to 2010-07-05
...
SVN-Revision: 22097
2010-07-08 18:35:15 +00:00
Felix Fietkau
c2e40eeace
mac80211: update to wireless-testing 2010-07-06, add another patch to finally fix the annoying buffer leak in ath9k
...
SVN-Revision: 22088
2010-07-07 17:03:00 +00:00
Hamish Guthrie
29ac8cfbf7
crda: remove superfluous dependency
...
SVN-Revision: 22087
2010-07-07 13:51:18 +00:00
Felix Fietkau
e0751eb57e
mac80211: fix interface teardown for kernels >= 2.6.33
...
SVN-Revision: 22078
2010-07-06 18:53:48 +00:00
Alexandros C. Couloumbis
1f10f64d62
package/busybox: fix sed issue with gcc-4.5.0 ( closes #7566 )
...
SVN-Revision: 22074
2010-07-06 11:17:41 +00:00
Jo-Philipp Wich
eccba67e0a
comgt: add usb hotplug handler to bring up 3g ifaces on boot or when the dongle is attached
...
SVN-Revision: 22061
2010-07-04 18:11:34 +00:00
Felix Fietkau
ce95b395a2
add missing dependencies for hostapd-utils and wpa-cli ( #7421 )
...
SVN-Revision: 22052
2010-07-03 23:32:45 +00:00
Felix Fietkau
7c38977b3f
ath9k: fix a potential buffer leak
...
SVN-Revision: 22048
2010-07-02 16:11:18 +00:00
Felix Fietkau
8a5671711b
ath9k: fix a crash with WEP in ad-hoc mode
...
SVN-Revision: 22046
2010-07-02 12:46:18 +00:00
Felix Fietkau
b0658f2c89
ath9k: fix false positives in the baseband hang check by repeating the test a few times before pronouncing the hardware dead and resetting it
...
SVN-Revision: 22038
2010-07-01 21:41:40 +00:00
Felix Fietkau
58936672ac
ath9k: clean up some code duplication related to noise floor handling
...
SVN-Revision: 22037
2010-07-01 21:41:35 +00:00
Felix Fietkau
bb72d77fe1
ath9k: add a missing null pointer check and some further cleanup
...
SVN-Revision: 22036
2010-07-01 20:51:30 +00:00
Felix Fietkau
1f278440b7
ath9k: properly sanitize calibrated noise floor values on all hardware
...
SVN-Revision: 22035
2010-07-01 19:43:03 +00:00
Markus Wigge
d306c9cb21
fix GPIO pin for G3GV2-VF
...
Signed-off-by: Niclas Koeser <nks@informatik.uni-kiel.de>
SVN-Revision: 22018
2010-07-01 16:23:38 +00:00
Jo-Philipp Wich
37f0636c3f
broadcom-wl: update to v5.10.56.27.1, initial brcm63xx (MIPS BE) support
...
SVN-Revision: 22008
2010-07-01 01:31:28 +00:00
Jo-Philipp Wich
28e4d39009
broadcom-wl: - fix compilation against eglibc and glibc ( #7521 ) - unbind device from b43 ssb bridge on boot ( #7529 )
...
SVN-Revision: 22007
2010-07-01 01:06:32 +00:00
Jo-Philipp Wich
506db2a57e
base-files: add "mtu" option for route sections, allows setting per-route mtu values
...
SVN-Revision: 22003
2010-06-30 23:46:34 +00:00
Daniel Dickinson
d9e8e8b4ec
block-extroot, block-mount: Fixed multiple bugs which prevented e2fsck from being executed on the external root filesystem before mounting it as root. Added /etc/e2fsck.conf which indicates that the clock is broken (since most OpenWRT devices don't have a battery backed RTC) so that e2fsck will not exit with fatal error when the rdat has not yet been run (i.e. before network).
...
SVN-Revision: 22002
2010-06-30 23:09:13 +00:00
Jo-Philipp Wich
5f895af9fb
hostapd: enforce CCMP WPA cipher if hwmode is 11ng or 11na
...
SVN-Revision: 22000
2010-06-30 21:24:30 +00:00
Felix Fietkau
6c48e48165
ath9k: add initval updates - should increase stability and performance on AR91xx and AR92xx
...
SVN-Revision: 21999
2010-06-30 21:04:44 +00:00
Jo-Philipp Wich
f391ff4ec8
hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher override
...
SVN-Revision: 21998
2010-06-30 21:03:56 +00:00
Jo-Philipp Wich
79c9adc19f
broadcom-wl: align wpa encryption value and cipher override format with hostapd.sh
...
SVN-Revision: 21997
2010-06-30 21:02:53 +00:00
Alexandros C. Couloumbis
aca4fe908d
package/iptables: fix compile failure on gentoo build system (thanks nbd)
...
SVN-Revision: 21996
2010-06-30 20:13:20 +00:00
Alexandros C. Couloumbis
5c42c43638
mac80211: fix r21990
...
SVN-Revision: 21992
2010-06-30 15:21:15 +00:00
Alexandros C. Couloumbis
186fa51531
mac80211: fix compile issues on 2.6.35
...
SVN-Revision: 21990
2010-06-30 14:10:41 +00:00
Felix Fietkau
96436fac60
ath9k: fix TSF across hardware resets on AR913x
...
SVN-Revision: 21989
2010-06-30 00:10:44 +00:00
Felix Fietkau
bc13e4c08a
mac80211: update to wireless-testing 2010-06-28
...
SVN-Revision: 21988
2010-06-30 00:10:38 +00:00
Daniel Dickinson
e56dcdcffd
block-mount: Fixed mount deadlocks due to buggy use of locks in /lib/functions/block.sh
...
SVN-Revision: 21987
2010-06-29 10:07:45 +00:00
Gabor Juhos
6676527e58
rt2x00: cleanup patches
...
Remove 601-rt2x00-remove-mcu-requests-for-soc.patch as an equivalent patch
is already included in upstream.
Add 601-rt2x00-fix-hang-on-ifdown.patch which is not suitable for upstream
inclusion but fixes a hang on ifdown under some circumstances and thus also
fixes AP mode operation in OpenWRT.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 21975
2010-06-28 17:23:28 +00:00
Daniel Dickinson
b86c99feb1
busybox: Fixed remote logging bug in which starting syslog before the network (and hence the remote host being available) results in failure to do any remote logging
...
SVN-Revision: 21961
2010-06-27 12:18:12 +00:00
Felix Fietkau
ff3d5025ac
remove obsolete kernel dependencies and version checks
...
SVN-Revision: 21956
2010-06-26 20:44:28 +00:00
Felix Fietkau
543d870e82
remove linux 2.4 support from several packages
...
SVN-Revision: 21954
2010-06-26 20:43:41 +00:00
Felix Fietkau
08e4d51c29
remove broadcom-57xx (only used on linux 2.4)
...
SVN-Revision: 21953
2010-06-26 20:43:32 +00:00
Felix Fietkau
d66662593c
remove a few packages which only work with linux 2.4
...
SVN-Revision: 21949
2010-06-26 20:42:26 +00:00
Felix Fietkau
c4f3caef75
remove the old broadcom wl driver for linux 2.4
...
SVN-Revision: 21947
2010-06-26 20:42:08 +00:00
Felix Fietkau
d715665b9b
mac80211: update to wireless-testing 2010-06-15
...
SVN-Revision: 21943
2010-06-26 20:41:34 +00:00
Jo-Philipp Wich
8079d54678
ppp: interpret "demand" option as timeout in seconds ( #7517 )
...
SVN-Revision: 21903
2010-06-26 18:11:04 +00:00
Hamish Guthrie
b58dda0d90
Add support for Marvell 88W8686
...
SVN-Revision: 21887
2010-06-23 14:53:40 +00:00
Jo-Philipp Wich
91468dcf4f
package TPROXY target and module infrastructure
...
SVN-Revision: 21883
2010-06-22 22:39:22 +00:00
Alexandros C. Couloumbis
a9783bd1c1
package/dnsmasq: update dnsmasq to 2.55
...
SVN-Revision: 21871
2010-06-22 07:09:16 +00:00
Jo-Philipp Wich
f8105cde7a
kernel: package tulip family modules into kmod-tulip
...
SVN-Revision: 21859
2010-06-21 21:40:27 +00:00
Jo-Philipp Wich
69c1095dcc
broadcom-wl, broadcom-wl-old: binary 2.6 wl restricts the whole menuconfig submenu to brcm47xx, make menu depend on brcm47xx or brcm-2.4 in old and new driver package while brcm-2.4 target is still around
...
SVN-Revision: 21857
2010-06-21 08:40:21 +00:00
Claudio Mignanti
f5a01d10a2
mac80211: fix compile error ( #6538 )
...
SVN-Revision: 21850
2010-06-20 13:05:55 +00:00
Hauke Mehrtens
247b1ff93e
compile fixes for kernel 2.6.34
...
SVN-Revision: 21829
2010-06-17 19:29:57 +00:00
Jo-Philipp Wich
2dcfed2eff
mtd: request locked pages when mmap'ing the FIS table, cures random segfaults in table rewrite until http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=2d4dc890b5c8fabd818a8586607e6843c4375e62 is added.
...
SVN-Revision: 21823
2010-06-16 23:34:38 +00:00
Jo-Philipp Wich
4289fa555e
hostapd: forgot the actual change in previous commit
...
SVN-Revision: 21821
2010-06-16 20:28:11 +00:00
Jo-Philipp Wich
0d41e013c3
hostapd: properly read eap_type from configuration when setting up wpa-supplicant, fixes WPA Enterprise in client mode ( #7476 )
...
SVN-Revision: 21820
2010-06-16 20:24:09 +00:00
Florian Fainelli
08a2acf378
fix typo in broadcom-wl
...
SVN-Revision: 21819
2010-06-16 19:49:04 +00:00
Nicolas Thill
3dc2c3bb4d
package/busybox: update to 1.16.2 (bug fix release)
...
SVN-Revision: 21813
2010-06-16 13:24:11 +00:00
Felix Fietkau
3e52d05296
Add a new kernel-version independent broadcom binary driver for brcm47xx (contributed by NewMedia-NET) This will allow us to get rid of brcm-2.4 soon. [ ... and there was much rejoicing ]
...
SVN-Revision: 21809
2010-06-15 11:40:05 +00:00
Florian Fainelli
027c3b3e1d
add package for script from util-linux-ng ( #7416 )
...
SVN-Revision: 21807
2010-06-14 21:48:57 +00:00
Felix Fietkau
192d71aa46
mac80211: fix compile on systems that do not have /bin/true
...
SVN-Revision: 21801
2010-06-14 18:34:24 +00:00
Jo-Philipp Wich
1a4e4a3850
iptables: - supress detection of libnfnetlink and force configure to not use it - fix staging install of libxtables, libiptc and libipq libraries
...
SVN-Revision: 21799
2010-06-14 17:26:39 +00:00
Felix Fietkau
b6fb8fd821
rename broadcom-wl to broadcom-wl-old
...
SVN-Revision: 21794
2010-06-14 11:00:30 +00:00
Jo-Philipp Wich
38a2d4cab3
mac80211: rename dma_set_coherent_mask() patch to 170-dma_set_coherent_mask.patch
...
SVN-Revision: 21791
2010-06-13 20:07:37 +00:00
Hauke Mehrtens
1aadefd9bf
mac80211: fix build of b43
...
SVN-Revision: 21790
2010-06-13 19:53:19 +00:00
Jo-Philipp Wich
75c4084142
madwifi: rename incorrectly named patch file ( #7459 )
...
SVN-Revision: 21788
2010-06-13 18:11:05 +00:00
Florian Fainelli
dc5248c47b
add kmod-gpio-nxp-74hc164 for brcm63xx only
...
SVN-Revision: 21771
2010-06-12 18:10:28 +00:00
Jo-Philipp Wich
ce5d644ac1
base-files: enable IPv6 forwarding by default since the default firewall supports ip6tables now
...
SVN-Revision: 21766
2010-06-12 16:59:12 +00:00
Jo-Philipp Wich
585ffa4941
uhttpd: - fix incorrect parsing of multiple listen options ( #7458 ) - support PEM certificates for SSL
...
SVN-Revision: 21762
2010-06-12 12:58:11 +00:00
Alexandros C. Couloumbis
c80ad970e0
package/kernel: fix missing parenthesis on r21758
...
SVN-Revision: 21759
2010-06-11 15:46:19 +00:00
Alexandros C. Couloumbis
6bf0094865
package/kernel: fix dependency modules
...
SVN-Revision: 21758
2010-06-11 15:04:04 +00:00
Felix Fietkau
68779160b0
mac80211: update to 2010-06-10, add pending work with stability and throughput fixes for ath9k
...
SVN-Revision: 21756
2010-06-10 23:12:10 +00:00
Alexandros C. Couloumbis
27e5bcc184
package: update to iptables-1.4.8
...
SVN-Revision: 21752
2010-06-10 11:46:07 +00:00
Florian Fainelli
a1d41fa69b
move broadcom-shdc from trunk to packages/utils
...
SVN-Revision: 21702
2010-06-07 11:26:32 +00:00
Jo-Philipp Wich
527e4c9b65
kernel: ensure that IMQ is autoloaded after ip_queue, fixes disappearing traffic when using qos rules
...
SVN-Revision: 21700
2010-06-07 10:47:20 +00:00
Alexandros C. Couloumbis
478e2efca7
add 2.6.35 support
...
SVN-Revision: 21693
2010-06-06 19:34:41 +00:00
Florian Fainelli
75cde2fd4c
update openssl to 0.9.8o ( #7428 )
...
SVN-Revision: 21687
2010-06-06 19:02:22 +00:00
Jo-Philipp Wich
93c2c81bcf
base-files: introduce option "broadcast" for proto=dhcp interface to enable the broadcast flag in DHCP requests, required by certain providers
...
SVN-Revision: 21661
2010-06-02 20:21:41 +00:00
Jo-Philipp Wich
fa244a1265
base-files: remove IPv6 LL addr from interfaces before adding them to a bridge
...
SVN-Revision: 21659
2010-06-02 17:18:38 +00:00
Felix Fietkau
c890f0d4df
mac80211: reduce the size of the debugfs code
...
SVN-Revision: 21657
2010-06-02 01:12:16 +00:00
Jo-Philipp Wich
48c357ec01
firewall: - support alias ifnames different from parent ifname - properly handle multiple subnets per alias (v4+v6)
...
SVN-Revision: 21656
2010-06-02 00:59:35 +00:00
Jo-Philipp Wich
94db915196
base-files: - add aliases to device by default (not ifname) - introduce option "layer" to select the target ifname to attach the alias to: - 3 use tun device (tun over bridge over device) fallback to bridge or device - 2 use bridge (bridge over device) fallback to device - 1 use device
...
SVN-Revision: 21655
2010-06-02 00:22:13 +00:00
Felix Fietkau
8e39b122c9
mac80211: remove the pid rate control algorithm to save a few kbytes
...
SVN-Revision: 21654
2010-06-01 23:11:43 +00:00
Jo-Philipp Wich
07b571a239
firewall: Initial alias interface support. This allows to define zones covering alias interfaces and associated entries like rules and forwardings.
...
SVN-Revision: 21653
2010-06-01 21:58:48 +00:00
Jo-Philipp Wich
75941a19ac
base-file: move alias setup to route hotplug, this fixes alias sections for non-static interfaces like ppp, dhcp, 6in4 etc.
...
SVN-Revision: 21652
2010-06-01 21:43:52 +00:00
Felix Fietkau
013be5ebe6
ath9k: one more queue stop/start fix
...
SVN-Revision: 21651
2010-06-01 19:30:32 +00:00
Felix Fietkau
82e32fbb71
ath9k: fix queue stopping/starting logic, should slightly reduce RAM usage under load and make throughput more smooth
...
SVN-Revision: 21650
2010-06-01 17:38:01 +00:00
Jo-Philipp Wich
a756114e59
firewall: change the order of IPv4/IPv6 address detection, fixes mixed notation v6 improperly detected as v4 address
...
SVN-Revision: 21642
2010-05-31 01:34:47 +00:00
Jo-Philipp Wich
c14e8be337
base-files: don't skip subsequent hotplug rules when doing makedev for tun or tap interfaces - this fixes support for uci managed OpenVPN interfaces and other externally created tuntap devices
...
SVN-Revision: 21641
2010-05-31 01:22:36 +00:00
Jo-Philipp Wich
e25fbfccdf
firewall: fix support for netranges in redirect and rule sections
...
SVN-Revision: 21640
2010-05-30 23:49:47 +00:00
Jo-Philipp Wich
261d41a906
base-files: - use add_dns() and remove_dns() for when changing resolv.conf.auto for static or dhcp interfaces - force 0644 permissions when creating resolv.conf.auto, fixes dnsmasq permissions denied problem with pppd interfaces - revert dns servers in /sbin/ifdown - bump package revision
...
SVN-Revision: 21638
2010-05-30 18:23:43 +00:00
Jo-Philipp Wich
0bd7c65447
6in4: - support to automatically determine the local endpoint address from the current IPv4 default gateway - support updating the tunnel endpoint for he.net
...
SVN-Revision: 21612
2010-05-28 22:03:30 +00:00
Felix Fietkau
93dd5cdde9
grub: compile fixes for Mac OS X (based on patches by Jukka Ylitalo)
...
SVN-Revision: 21608
2010-05-28 19:48:05 +00:00
Jo-Philipp Wich
09df0523fd
base-files: revert r21595
...
SVN-Revision: 21597
2010-05-28 10:52:02 +00:00
Jo-Philipp Wich
482b8385d2
base-files: bring bridge port iface down before changing the mac ( #7111 )
...
SVN-Revision: 21595
2010-05-28 00:59:19 +00:00
Jo-Philipp Wich
8bc961239b
base-files: 3g connection interfaces are now called "3g-*" - adjust 10-net hotplug handler to match them
...
SVN-Revision: 21591
2010-05-28 00:35:54 +00:00
Jo-Philipp Wich
090680f083
pptp: support interface sections without ifname by implementing scan_pptp()
...
SVN-Revision: 21590
2010-05-28 00:30:09 +00:00
Jo-Philipp Wich
278589f5d7
add 6in4 - support for static IPv6-in-IPv4 tunnels through /etc/config/network
...
SVN-Revision: 21589
2010-05-28 00:27:01 +00:00
Jo-Philipp Wich
c0820d3261
base-files: respect .auto option when running coldplug_interface_*() hooks on boot
...
SVN-Revision: 21588
2010-05-27 23:04:56 +00:00
Vasilis Tsiligiannis
c42a8611fc
madwifi: Fix 0dBm txpower setting display
...
SVN-Revision: 21584
2010-05-27 20:10:50 +00:00
Felix Fietkau
4920935b98
ath9k: merge some more pending fixes - should improve throughput
...
SVN-Revision: 21578
2010-05-27 14:04:32 +00:00
Felix Fietkau
6df2ad3e70
when changing the mac address of a bridge interface, keep member interface addresses in sync (patch from #7111 )
...
SVN-Revision: 21577
2010-05-27 14:04:28 +00:00
Felix Fietkau
5399ba9751
remove a leftover .orig file
...
SVN-Revision: 21576
2010-05-27 14:04:22 +00:00
Jo-Philipp Wich
f6f89817e3
comgt: remove obsolete iptables support code
...
SVN-Revision: 21574
2010-05-26 20:14:42 +00:00
Nicolas Thill
e583494eca
package/carl9170: update to 1.0.5.3 ( closes : #7342 ), make DebugFS support configurable and add LEDs support
...
SVN-Revision: 21572
2010-05-26 14:25:17 +00:00
Florian Fainelli
2f20eed642
revert r21522, updating to 1.4.8 requires libnfnetlink
...
SVN-Revision: 21571
2010-05-26 12:17:14 +00:00
Felix Fietkau
b674689a98
mac80211: update to wireless-testing 2010-05-24
...
SVN-Revision: 21568
2010-05-25 17:29:50 +00:00
Jo-Philipp Wich
a93571825f
pptp: add "buffering" uci option to enable --nobuffer if needed ( #7080 )
...
SVN-Revision: 21563
2010-05-24 16:28:46 +00:00
Nicolas Thill
338f1af5f3
bump release number for packages ahead of backfire in trunk
...
SVN-Revision: 21556
2010-05-23 21:55:40 +00:00
Nicolas Thill
e9246f9c56
remove unused $Id$
...
SVN-Revision: 21550
2010-05-23 14:42:44 +00:00
Nicolas Thill
87f8a80eae
add PKG_RELEASE var to packages lacking one
...
SVN-Revision: 21547
2010-05-23 14:09:25 +00:00
Nicolas Thill
203fd74f16
package/compcache: fix release number
...
SVN-Revision: 21546
2010-05-23 14:05:47 +00:00
Nicolas Thill
cbdb520895
package/busybox: add upstream hush patch, bump release number
...
SVN-Revision: 21545
2010-05-23 14:00:43 +00:00
Florian Fainelli
962c5c03b6
update iptables md5sum
...
SVN-Revision: 21534
2010-05-22 07:55:39 +00:00
Jo-Philipp Wich
409edb1b8e
firewall: count rules per chain and family, fix wrong order of ip6tables rules when ipv4 only or dual family rules are defined
...
SVN-Revision: 21533
2010-05-22 02:01:19 +00:00
Florian Fainelli
2b0bf20c86
fix kmod-swconfig module loading typo
...
SVN-Revision: 21530
2010-05-21 21:25:39 +00:00
Jo-Philipp Wich
46301850d6
uci: bump pkg release after r21489-r21494 ( #7312 )
...
SVN-Revision: 21529
2010-05-21 20:35:39 +00:00
Nicolas Thill
a6f41b3356
package/button-hotplug: bump release number (missed from r21074)
...
SVN-Revision: 21528
2010-05-21 15:37:00 +00:00
Nicolas Thill
4e42dff799
package/broadcom-diag: bump release number (missed from r20737 & r20869)
...
SVN-Revision: 21527
2010-05-21 15:32:29 +00:00
Nicolas Thill
8a6e466d9f
package/arptables: update to 0.0.3-4
...
SVN-Revision: 21526
2010-05-21 15:23:02 +00:00
Nicolas Thill
050f495cb3
package/ebtables: update to 2.0.9-2
...
SVN-Revision: 21525
2010-05-21 15:22:31 +00:00
Nicolas Thill
b965033a8d
package/dropbear: bump release number (missed in r20960)
...
SVN-Revision: 21524
2010-05-21 15:10:33 +00:00
Nicolas Thill
e2df3ea15f
package/dnsmasq: bump release number (missed from r21400)
...
SVN-Revision: 21523
2010-05-21 15:08:27 +00:00
Florian Fainelli
019ce48184
update iptables to 1.4.8
...
SVN-Revision: 21522
2010-05-21 09:54:04 +00:00
Florian Fainelli
22eaf8b658
add kmod-swconfig and kmod-swich-ip175c
...
SVN-Revision: 21520
2010-05-21 09:53:55 +00:00
Florian Fainelli
675d6a4a47
iproute2: cleanup Makefile after r21513
...
SVN-Revision: 21519
2010-05-21 09:53:51 +00:00
Florian Fainelli
d3ce5cd3ac
iproute2: update to v2.6.31 ( #7354 )
...
SVN-Revision: 21518
2010-05-21 09:53:46 +00:00
Jo-Philipp Wich
397e49b6b9
nvram: fix nvram set invokation after r21497
...
SVN-Revision: 21517
2010-05-20 07:11:26 +00:00
Jo-Philipp Wich
74fb19715e
uci: revert pkg rev to 5 until updated sources are available ( #7351 )
...
SVN-Revision: 21516
2010-05-20 07:04:32 +00:00
Jo-Philipp Wich
ff483c2cf6
iproute2: cleanup Makefile after r21513
...
SVN-Revision: 21514
2010-05-20 06:14:24 +00:00
Jo-Philipp Wich
84e9706d09
iproute2: update to v2.6.31 ( #7354 )
...
SVN-Revision: 21513
2010-05-20 06:09:49 +00:00
Jo-Philipp Wich
d6a142375b
base-files: fix a preinit hang in jffs2_ready() when no rootfs_data partition is found ( #7362 )
...
SVN-Revision: 21511
2010-05-20 05:57:54 +00:00
Nicolas Thill
f7d97234e2
package/busybox: add upstream udhcp hostname truncation fix, bump release number
...
SVN-Revision: 21510
2010-05-19 21:39:10 +00:00
Jo-Philipp Wich
cc84e0672b
firewall: don't apply default udp/68 rule to ip6tables
...
SVN-Revision: 21509
2010-05-19 21:37:12 +00:00
Jo-Philipp Wich
40ad9defcc
firewall: - fix ip6tables rules when icmp_type option is set - add "family" option to zones, forwardings, redirects and rules to selectively apply rules to iptables and/or ip6tables
...
SVN-Revision: 21508
2010-05-19 21:35:23 +00:00
Jo-Philipp Wich
3875f85110
firewall: add commented disable_ipv6 option to default config
...
SVN-Revision: 21505
2010-05-19 09:49:21 +00:00
Jo-Philipp Wich
3ffd27f905
firewall: implement disable_ipv6 uci option
...
SVN-Revision: 21503
2010-05-19 01:55:46 +00:00
Jo-Philipp Wich
c6fdffd932
firewall ( #7355 ) - partially revert r21486, start firewall on init again - skip iface hotplug events if base fw is not up yet - get ifname and up state with uci_get_state() in iface setup since the values gathered by scan_interfaces() may be outdated when iface coldplugging happens (observed with pptp) - ignore up state when bringing down interfaces because ifdown reverts state vars before dispatching the iface event - bump package revision
...
SVN-Revision: 21502
2010-05-19 00:50:14 +00:00
Jo-Philipp Wich
91519d51e9
firewall: fix a possible deadlock when the firewall config has syntax errors during restart
...
SVN-Revision: 21501
2010-05-18 20:15:47 +00:00
Hauke Mehrtens
0745a63313
brcm47xx: fix destroying of 128MB modded ASUS WL-500GP
...
This fixup was introduced in r11812 to correct settings for devices only showing 16MB RAM instead of 128MB.
That killed devices with 128MB RAM.
Now value is *set* 0x0009 and not ored.
The value is only corrected if it has less than 32 MB Ram.
This should fix the last problem in #3177
Thank you b.sander for the patch.
SVN-Revision: 21497
2010-05-17 21:39:04 +00:00
Jo-Philipp Wich
da55c9639a
base-files ( #7316 ) - improve rdate reliability - make rdate config more ntp like - move time server list to /etc/config/timeserver - bump package revision
...
SVN-Revision: 21495
2010-05-17 19:54:35 +00:00
Jo-Philipp Wich
80bd4f6603
uci: bump package revision
...
SVN-Revision: 21494
2010-05-17 19:39:08 +00:00
Jo-Philipp Wich
28e92939d1
firewall: use uci_get_state() wrapper
...
SVN-Revision: 21493
2010-05-17 19:38:13 +00:00
Jo-Philipp Wich
51cae701b6
uhttpd: use uci_get() wrapper ( #7312 )
...
SVN-Revision: 21492
2010-05-17 19:35:15 +00:00
Jo-Philipp Wich
47e443f91b
busybox: use uci_get() wrapper ( #7312 )
...
SVN-Revision: 21491
2010-05-17 19:34:46 +00:00
Jo-Philipp Wich
ea06a67eac
base-files: use uci_get() wrapper ( #7312 )
...
SVN-Revision: 21490
2010-05-17 19:34:08 +00:00
Jo-Philipp Wich
6efb515be1
uci: add uci_get() and uci_get_state() wrappers to shell api ( #7312 )
...
SVN-Revision: 21489
2010-05-17 19:31:05 +00:00
Jo-Philipp Wich
18a79362e9
firewall: properly clear hooks in fw_stop() to prevent extensions from being called twice after fw_restart()
...
SVN-Revision: 21488
2010-05-17 17:20:37 +00:00
Jo-Philipp Wich
de15765a37
firewall: - defer firewall start until the first interface is brought up by hotplug, fixes race conditions on slow devices - create a file lock during firewall start and wait for it in hotplug events, prevents race conditions between start and addif - start firewall actions in background from hotplug handler since the firewall itself fires further hotplug events which results in a deadlock if not forked off - get loaded state direcly from the uci binary since updated value is not recognized by config_get after uci_set_state - bump package revision to r2
...
SVN-Revision: 21486
2010-05-17 12:47:14 +00:00
John Crispin
b12999bdbe
atm driver was missing a dependency to the atm layer
...
SVN-Revision: 21484
2010-05-17 10:02:07 +00:00
Claudio Mignanti
a33ac59db4
hwmon: fix depends definition
...
SVN-Revision: 21481
2010-05-16 20:51:19 +00:00
Nicolas Thill
7d4022d539
bump a bunch of packages updated after 10.03
...
SVN-Revision: 21477
2010-05-16 13:46:57 +00:00
Hauke Mehrtens
a8c9d6256a
mac80211: use stable firmware for b43 driver as the experimental causes problems on some devices with L-PHY
...
This should close #6907
SVN-Revision: 21470
2010-05-16 11:16:42 +00:00
Hauke Mehrtens
bd51370d9d
mac80211: remove patches already in mainline compat-wireless
...
SVN-Revision: 21469
2010-05-16 11:07:21 +00:00
Hauke Mehrtens
4e9881579f
mac80211: update b43-fwcutter
...
SVN-Revision: 21468
2010-05-16 11:05:29 +00:00
Florian Fainelli
8438342add
update acx-mac80211 to 2010514, bringing experimental AP support
...
SVN-Revision: 21466
2010-05-16 11:00:36 +00:00
Felix Fietkau
48e4708a34
mac80211: update to wireless-testing 2010-05-12 plus some pending patches
...
SVN-Revision: 21454
2010-05-15 15:56:51 +00:00
Hauke Mehrtens
cfec944f42
ssb: activate CONFIG_SSB_BLOCKIO in the kernel and not in compat-wireless.
...
Before this patch CONFIG_SSB_BLOCKIO was set to y in compat-wireless
but the in kernel ssb system had it set to n, this causes an invalid pointer.
b43 now needs CONFIG_SSB_BLOCKIO=y
SVN-Revision: 21449
2010-05-15 11:04:53 +00:00
Gabor Juhos
ec13975875
Fix zlib alternate URL
...
There is no zlib project on Sourceforge, zlib files are in libpng project
Signed-off-by: Gilles Espinasse g.esp@free.fr
SVN-Revision: 21442
2010-05-13 18:24:27 +00:00
Lars-Peter Clausen
8167602d4f
compcache: Kernel module and userspace daemon in seperate packages.
...
SVN-Revision: 21441
2010-05-13 11:36:38 +00:00
Florian Fainelli
4aceb015d3
hifnHIPP also depends on PCI
...
SVN-Revision: 21425
2010-05-11 09:17:50 +00:00
Jo-Philipp Wich
24b5c903f4
hotplug2: bump pkg release after hotplug fixes in r20679-r20685
...
SVN-Revision: 21422
2010-05-10 19:33:56 +00:00
Peter Denison
f30b179135
Add support for SRV records to dnsmasq config parsing
...
SVN-Revision: 21400
2010-05-08 12:35:29 +00:00
Jo-Philipp Wich
bbb7850ae6
broadcom-wl: check iface pid file when invoking nas, fixes starting nas for additional wireless networks ( #7255 )
...
SVN-Revision: 21394
2010-05-07 11:24:22 +00:00
Jo-Philipp Wich
c09610dd49
pptp: don't remove server route if the gateway is 0.0.0.0, this fixes a problem when a pppoe peer is pptp server at the same time
...
SVN-Revision: 21393
2010-05-07 01:57:02 +00:00
Jo-Philipp Wich
eb51e36a78
ppp: - don't let pppd control resolv.conf.auto because it will wipe foreign dns entries - handle dns setup in ip-up handler - use add_dns() and remove_dns() to only add/remove dns entries related to the corresponding pppd instance - make pppd shutdown work for interfaces without ifname option, e.g. pptp
...
SVN-Revision: 21392
2010-05-07 01:22:48 +00:00
Jo-Philipp Wich
be41fdd01a
base-files: add add_dns() and remove_dns() helpers to network config, useful to merge dns entries from multiple interfaces
...
SVN-Revision: 21391
2010-05-07 01:17:47 +00:00
Jo-Philipp Wich
dcbb5a19e7
pptp: utilize coldplug_interface_pptp() to automatically launch pptp instances on boot
...
SVN-Revision: 21390
2010-05-06 19:51:27 +00:00