Commit Graph

4881 Commits (32510b4494c93fec61e01a2ffda8976ef6770d0c)

Author SHA1 Message Date
Felix Fietkau e6332495fc add relayd, can be used as a replacement for client bridge, but does not have any uci integration yet
SVN-Revision: 24856
14 years ago
Felix Fietkau f1becde97b ath9k: fix rx dma descriptor error flag handling
SVN-Revision: 24855
14 years ago
Gabor Juhos 5413cea8ba package/kernel: enable CONFIG_INPUT_KEYBOARD for gpio-keys
SVN-Revision: 24853
14 years ago
Alexandros C. Couloumbis 544c8161f2 package/e2fsprogs: update to version 1.41.14
SVN-Revision: 24848
14 years ago
Daniel Dickinson fc3a1d0ba3 Added OpenWRT-specific field to imagetag so that we can record the real root length, so that when the CRC fixup is applied and the root length is recorded as zero we can still calculate the rootfs mtd partition size.
Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>

SVN-Revision: 24838
14 years ago
Daniel Dickinson b3bcc483b2 mtd: Added trx_fixup for brcm63xx imagetag, and made references to fix_trx use the weak reference rather than the brcm47xx ifdef. This fixes a bug in which sysupgrade failed due to changing bad CRC on reboot.
Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>

SVN-Revision: 24837
14 years ago
Daniel Dickinson daa854ee2d mtd: Added fixtrx for brcm63xx imagetag. This allows brcm63xx boards which experience a CRC on second boot due to the JFFS2 creation / DEADC0DE deletion to work correctly when mtd fixtrx is run on first boot
Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>

SVN-Revision: 24835
14 years ago
Daniel Dickinson b1362f94bc mtd: Changed mtd_fixtrx and related functions to be weak references. The weak references only lead to actual functions for brcm47xx
Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>

SVN-Revision: 24833
14 years ago
Jo-Philipp Wich f5b3f741ce uhttpd: allow lowercase http header fields (#8513)
SVN-Revision: 24823
14 years ago
Felix Fietkau 61e492d316 ath9k: add back the interrupt mitigation tweak and reduce the rx interrupt mitigation times further
SVN-Revision: 24819
14 years ago
Felix Fietkau 3a9c856475 ath9k: add pending fixes for revision checks and handling of the hw workaround register
SVN-Revision: 24818
14 years ago
Alexandros C. Couloumbis 69b7963402 package/mac80211: fix issue when CONFIG_MAC80211_LEDS is not set.
SVN-Revision: 24813
14 years ago
Hauke Mehrtens 54ffa895f2 mac80211: add CONFIG_ATH5K_PCI only when not on aterhos target
SVN-Revision: 24801
14 years ago
Hauke Mehrtens 3e668eb7b7 mac80211: rmove unused config symbols.
CONFIG_RT2800PCI_PCI and CONFIG_RT2800PCI_SOC were removed some time ago and CONFIG_IWLWIFI was replaced by CONFIG_COMPAT_IWLWIFI in compat wireless

SVN-Revision: 24794
14 years ago
Hauke Mehrtens 005787c58f mac80211: activate ahb bud for ath5k driver if on atheros target.
SVN-Revision: 24793
14 years ago
Jo-Philipp Wich 3b6851aa82 base-files: implement "reqopts" parameter for dhcp interfaces to specify additional dhcp options to request
SVN-Revision: 24780
14 years ago
Jo-Philipp Wich 5b339e5fb2 busybox: implement ms static routes option in udhcpc (#6435)
SVN-Revision: 24779
14 years ago
Jo-Philipp Wich 3bd7985a0b base-files: the busybox update to v1.15.3 completely broke udhcpc route option handling, repair default.script to work with the new format (#6435)
SVN-Revision: 24778
14 years ago
Jo-Philipp Wich deb9661785 Âbase-files: don't mark /etc/banner as conffile
SVN-Revision: 24742
14 years ago
Jo-Philipp Wich 1b37ee06f1 iptables: don't call autogen.sh, use autoreconf fixup instead of libtool
SVN-Revision: 24740
14 years ago
Jo-Philipp Wich 7526fd8627 mac80211: rename max_clients option to maxassoc, this brings it in line with broadcom
SVN-Revision: 24726
14 years ago
Felix Fietkau 3347f8e360 hostapd: add support for specifying the maximum number of clients
Signed-off-by: Alexander Couzens <lynxis@c-base.org>

SVN-Revision: 24725
14 years ago
Felix Fietkau 58ed4ded0e hostapd: fix appending the iapp_interface variable to the config
Signed-off-by: Alexander Couzens <lynxis@c-base.org>

SVN-Revision: 24724
14 years ago
Felix Fietkau 7ecd1c7484 hostapd: Add CONFIG_FULL_DYNAMIC_VLAN=y to hostapd-full.config
This allows hostapd to make use of the config option
"vlan_tagged_interface" to automatically create bridge and
VLAN interfaces in a fully dynamic way.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>

SVN-Revision: 24722
14 years ago
Felix Fietkau d08bc913a8 hostapd: Allow rsn_preauth configuration
Hostapd can allow preauthentication for WPA2-EAP networks when
the interfaces through which preauthentication is allowed are
configured.

Add a new param "rsn_preauth=0/1" to the configuration that enables
or disables preauthentication on the according bridge interface.

Preauthentication for unbridged networks is not considered in this
patch.

Cc: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>

SVN-Revision: 24721
14 years ago
Jo-Philipp Wich efb7c910ee iptables: fix layer7 patch to place the source in extensions/, I doubt it ever worked
SVN-Revision: 24719
14 years ago
Jo-Philipp Wich 97860d1c5c opkg: remove stray HOST_BUILD_DEPENDS
SVN-Revision: 24679
14 years ago
Felix Fietkau d6addd4ecd mac80211: another optimization for tx performance
SVN-Revision: 24677
14 years ago
Jo-Philipp Wich d04b7d59c8 libtool: remove patches, they don't apply to libltdl
SVN-Revision: 24675
14 years ago
Jo-Philipp Wich cc15824e85 libtool: remove host build and leave only libltdl in place
SVN-Revision: 24674
14 years ago
Felix Fietkau b40d260aaf mac80211: fix a crash in the tx path
SVN-Revision: 24672
14 years ago
Felix Fietkau 5c4d94f714 mac80211: fix a missing return value
SVN-Revision: 24671
14 years ago
Felix Fietkau 121b27fb2b mac80211: significantly reduce the cpu load caused by excessive skb header cloning
SVN-Revision: 24669
14 years ago
Felix Fietkau 933e2c8e04 ath9k: do not force the chainmask to 1 for legacy mode - it makes no sense and it reduces txpower and unnecessarily disables MRC
SVN-Revision: 24657
14 years ago
Felix Fietkau b51a9f9248 mac80211: update to wireless-testing 2010-12-16
SVN-Revision: 24655
14 years ago
Gabor Juhos 63c786dde7 base-files: add support for the usbdev LED trigger
SVN-Revision: 24647
14 years ago
Gabor Juhos a059a11ee1 generic: add LED trigger for USB device presence/activity
SVN-Revision: 24646
14 years ago
Felix Fietkau 9958bc43c8 ath9k: update initvals for ar9003
SVN-Revision: 24629
14 years ago
Felix Fietkau 9fba23352b ath9k: remove code for setting up gpio based baseband rfkill - it was never used, nor configured properly
SVN-Revision: 24628
14 years ago
Felix Fietkau a63754b5d5 ath9k: use the number of pending aggregates instead of the queue depth to determine when it is time to form the next A-MPDU
SVN-Revision: 24627
14 years ago
Jo-Philipp Wich 6421fe4464 libtool: I don't know what crackhead thought that relinking with /usr/lib during cross compilation is a good idea, so just remove this crap. It should solve a few instances of "/usr/lib/libc.a: could not read symbols: File format not recognized" when building stuff.
SVN-Revision: 24619
14 years ago
Jo-Philipp Wich 40fcf1fed5 libtool: prefix command output with "OpenWrt-" to make it immediately obvious whether our libtool is used
SVN-Revision: 24613
14 years ago
Jo-Philipp Wich 99c9533a7f opkg: remove manual automake invocations and rely and host and target fixups
SVN-Revision: 24554
14 years ago
Jo-Philipp Wich 45ac69c410 opkg: disable output shaving
SVN-Revision: 24553
14 years ago
Felix Fietkau 5a351509aa base-files: use shutdown instead of stop when the system goes down (patch by tripolar)
SVN-Revision: 24540
14 years ago
Felix Fietkau 2317e72d99 ath9k: fix some more issues in the paprd changes
SVN-Revision: 24539
14 years ago
Jo-Philipp Wich 3a0b71296d ead: fixup some AC_DEFINE() invocations that will make recent automak bail
SVN-Revision: 24535
14 years ago
John Crispin 9f47e80bb3 adds new lantiq kernel. once the codebase is fully tested and know to be working on all the devices previously supported by ifxmips, we will drop ifxmips support.
SVN-Revision: 24526
14 years ago
Felix Fietkau 5fa415d366 ath9k: fix a few issues with pa predistortion on ar9003
SVN-Revision: 24504
14 years ago
Felix Fietkau 9eba6dc5ea ath: open up a few safe 5ghz channels in the world regdomain to make the regulatory override unnecessary in a few cases
SVN-Revision: 24503
14 years ago