Felix Fietkau
d88bd31f99
madwifi: improve autochannel decision with lots of cards on one board
...
SVN-Revision: 15704
16 years ago
Felix Fietkau
a8a91697ce
madwifi: improve autochannel, nuke some dead code, fix scanlist building from channel mode
...
SVN-Revision: 15702
16 years ago
Florian Fainelli
3dea7e450f
create the lib64 symbolic links for 64-bits supported architectures ( #5075 )
...
SVN-Revision: 15698
16 years ago
Gabor Juhos
4adc356f03
kernel/modules: add ar71xx specific KCONFIG options for the OHCI/EHCI drivers
...
SVN-Revision: 15695
16 years ago
Felix Fietkau
976459a453
madwifi: fix setting outdoor mode
...
SVN-Revision: 15694
16 years ago
Florian Fainelli
72694c21eb
make acx-mac80211 compile against latest compat-wireless, still does not work though ;)
...
SVN-Revision: 15690
16 years ago
Jo-Philipp Wich
e5aa5ddc36
Add support for pc speaker PC speaker could be very useful on platforms which implement it. One could easily use the speaker to produce a sound where its pitch or duration varies according to signal strength or SNR of a wireless link.
...
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 15684
16 years ago
Jo-Philipp Wich
7da25b844c
Don't try to pivot to new ramfs if already running on one This patch allows the sysupgrade script to continue with the upgrade if openwrt is already running on a ramfs. This allows the use of the sysupgrade script as an _installer_ when running from an iso image. A user could boot the system from a bootable cd and invoke sysupgrade -n <URL> to write an image to the hard disk or CF.
...
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 15683
16 years ago
Jo-Philipp Wich
0230efcb0f
Fix installation of hostap pci and plx driver This fixes an issue where installation of hostap pci and plx driver fails because both were trying to overwrite hostap.sh file.
...
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 15680
16 years ago
Jo-Philipp Wich
71e0f59b80
Add option in sysupgrade to flash gzipped images
...
SVN-Revision: 15672
16 years ago
Jo-Philipp Wich
9c14920205
This patch adds a new package "flock" that allows to manage file locks from shell scripts. It provides more functionality than the busybox "lock" command, i.e. locking existing file descriptors and non-blocking operation.
...
SVN-Revision: 15669
16 years ago
Florian Fainelli
ca2aa54153
fix acx compilation on 2.6.27
...
SVN-Revision: 15667
16 years ago
Felix Fietkau
28dbc959ca
madwifi: fix run-time changing of iwpriv settings (thx, brainslayer)
...
SVN-Revision: 15664
16 years ago
Felix Fietkau
b4574b5b03
madwifi: improve mode selection, do not scan channels which do not fit the desired mode
...
SVN-Revision: 15663
16 years ago
Felix Fietkau
b9c49af8a5
make madwifi buildable without CONFIG_CRYPTO
...
SVN-Revision: 15662
16 years ago
Felix Fietkau
f6d28016fe
madwifi: improve antenna diversity handling
...
SVN-Revision: 15658
16 years ago
Florian Fainelli
35bfac4623
add missing backslash, thanks juhosg
...
SVN-Revision: 15657
16 years ago
Jo-Philipp Wich
addb4fe33f
iptables: update imq userspace part
...
SVN-Revision: 15653
16 years ago
Jo-Philipp Wich
a2be06692f
kernel: prepare kconfig for imq update
...
SVN-Revision: 15652
16 years ago
Florian Fainelli
9ff2cc6d2a
fix kernel module name for autoloading
...
SVN-Revision: 15649
16 years ago
Florian Fainelli
e389d9c59f
add missing rtc-lib module to rtc-core
...
SVN-Revision: 15648
16 years ago
Florian Fainelli
059438dc01
package the rtc-core and rtc-m48t86 driver
...
SVN-Revision: 15647
16 years ago
Florian Fainelli
bf199cc318
package the Winbond w83627hf super i/o controller
...
SVN-Revision: 15646
16 years ago
Florian Fainelli
5a6231ebea
package the ITE it821x IDE controller driver
...
SVN-Revision: 15645
16 years ago
Felix Fietkau
28f12da43f
madwifi: minor cleanup for the channel handling patch
...
SVN-Revision: 15637
16 years ago
Felix Fietkau
287dbd648a
fix wprobe conflict with libnl
...
SVN-Revision: 15636
16 years ago
Jo-Philipp Wich
ca609a2431
base-files: replace udhcpc script with an improved version
...
SVN-Revision: 15635
16 years ago
Felix Fietkau
4cdb76c219
use config_get_bool for outdoor mode
...
SVN-Revision: 15634
16 years ago
Felix Fietkau
56ae52b008
madwifi: make country code and outdoor flag changeable without reloading the driver
...
SVN-Revision: 15633
16 years ago
Felix Fietkau
23d3e5ad03
wprobe: use libnl-tiny instead of libnl
...
SVN-Revision: 15632
16 years ago
Felix Fietkau
b48047bd01
the bison prereq check is no longer necessary
...
SVN-Revision: 15631
16 years ago
Jo-Philipp Wich
b7569a3a34
iptables: install essential headers into staging dir
...
SVN-Revision: 15621
16 years ago
Felix Fietkau
ca29771c2a
Require* calls must now be placed before BuildPackage calls
...
SVN-Revision: 15620
16 years ago
Markus Wigge
e85943d41a
fixed dnsmasq init for "ignore" option
...
dnsmasq.init tried to set range options even when ignore was
set to "1". Now the functions stops processing after evaluating
the "ignore" option when the result is > 0
SVN-Revision: 15618
16 years ago
Markus Wigge
807c0426bf
changed "option" to "list" for binding interfaces
...
SVN-Revision: 15613
16 years ago
Florian Fainelli
369db35a29
fix oops in switch-robo on brcm63xx, thanks to Daniel Dickinson ( #5053 )
...
SVN-Revision: 15611
16 years ago
Nicolas Thill
a119d75d7e
grub: fix potential build issues on redhat/fedora host systems (should close : #3793 )
...
SVN-Revision: 15608
16 years ago
Felix Fietkau
d7c2fc499d
libnl-tiny: add -fpic
...
SVN-Revision: 15594
16 years ago
Felix Fietkau
3a3df94c51
fix ebtables compile
...
SVN-Revision: 15593
16 years ago
Felix Fietkau
0f632264ec
fix more issues with libnl-tiny and eglibc
...
SVN-Revision: 15592
16 years ago
Felix Fietkau
0f6846a4f0
fix libnl-tiny compile with eglibc
...
SVN-Revision: 15591
16 years ago
Hamish Guthrie
42e35d0a95
base-files: Add additional base-files search paths
...
SVN-Revision: 15583
16 years ago
Jo-Philipp Wich
4bead4bb96
kernel: fix conditional handling of ide-support
...
SVN-Revision: 15577
16 years ago
Jo-Philipp Wich
1b890c945c
iptables: fix segfault in xtables_parse_protocol() if an unknown protocol is specified for -p
...
SVN-Revision: 15573
16 years ago
Nicolas Thill
8c7602a3f4
iptables: - add libtool fixups - fix libiptc & libxtables packages, containing only symlinks but missing the actual library files - enable static versions of libiptc & libxtables - install pkgconfig .pc files as well - cleanup & reorg
...
SVN-Revision: 15572
16 years ago
Jo-Philipp Wich
0f1984092e
kernel: fix dependencies for kmod-ipt-filter (required by qos-scripts)
...
SVN-Revision: 15563
16 years ago
Florian Fainelli
9051239daf
prevent kmod-switch from accessing nvram on brcm63xx ( #5035 )
...
SVN-Revision: 15555
16 years ago
Jo-Philipp Wich
26f40c4bd4
iptables: install libxtables.so and libiptc.so into staging dir
...
SVN-Revision: 15550
16 years ago
Jo-Philipp Wich
029e43443b
kernel: make kmod-ipt-filter available on brcm-2.4, kernel 2.4 provides a textsearch implementation
...
SVN-Revision: 15549
16 years ago
Jo-Philipp Wich
8738678fbf
iptables: replace exot_error() with xtables_error() in layer7 patch
...
SVN-Revision: 15547
16 years ago