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
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