Felix Fietkau [Thu, 30 Dec 2010 15:48:32 +0000 (15:48 +0000)]
tools/mkimage: remove the broken portability patch, it is no longer necessary with the new version
SVN-Revision: 24857
Felix Fietkau [Thu, 30 Dec 2010 15:48:23 +0000 (15:48 +0000)]
add relayd, can be used as a replacement for client bridge, but does not have any uci integration yet
SVN-Revision: 24856
Felix Fietkau [Thu, 30 Dec 2010 15:48:18 +0000 (15:48 +0000)]
ath9k: fix rx dma descriptor error flag handling
SVN-Revision: 24855
Gabor Juhos [Wed, 29 Dec 2010 20:01:35 +0000 (20:01 +0000)]
generic: update ARM mach-types
SVN-Revision: 24854
Gabor Juhos [Wed, 29 Dec 2010 18:08:24 +0000 (18:08 +0000)]
package/kernel: enable CONFIG_INPUT_KEYBOARD for gpio-keys
SVN-Revision: 24853
Gabor Juhos [Wed, 29 Dec 2010 18:08:06 +0000 (18:08 +0000)]
generic: add missing CONFIG_KEYBOARD_* symbols
SVN-Revision: 24852
Alexandros C. Couloumbis [Wed, 29 Dec 2010 17:38:48 +0000 (17:38 +0000)]
tools/e2fsprogs: update to version 1.41.14
SVN-Revision: 24851
Gabor Juhos [Wed, 29 Dec 2010 17:29:01 +0000 (17:29 +0000)]
generic: add CONFIG_DEBUG_ICEDCC symbol
SVN-Revision: 24850
Florian Fainelli [Wed, 29 Dec 2010 16:19:59 +0000 (16:19 +0000)]
multiple SPI driver fixes
- fix platform device registration
- fix chipselect, command register defines, add missing clock
- make slave select proper
- fix multibytes transferts
Signed-off-by: Tanguy Bouzéloc <tanguy.bouzeloc@efixo.com>
SVN-Revision: 24849
Alexandros C. Couloumbis [Wed, 29 Dec 2010 14:50:52 +0000 (14:50 +0000)]
package/e2fsprogs: update to version 1.41.14
SVN-Revision: 24848
Alexandros C. Couloumbis [Wed, 29 Dec 2010 13:24:17 +0000 (13:24 +0000)]
target/linux: sync to kernel 2.6.37-rc8, refresh patches
SVN-Revision: 24847
Jo-Philipp Wich [Wed, 29 Dec 2010 09:39:09 +0000 (09:39 +0000)]
missing-macros: add as-ac-expand.m4
SVN-Revision: 24846
Daniel Dickinson [Tue, 28 Dec 2010 08:10:32 +0000 (08:10 +0000)]
patches-2.6.35: mtd flashmap: Really fixed sparelen and rootfslen. The real rootfslen for OpenWRT images comes from a bigendian uint32_t in reserved1 of the bcm_tag, which is now used to correctly calculate the rootfslen (and thus the sparelen).
SVN-Revision: 24843
Daniel Dickinson [Tue, 28 Dec 2010 04:05:04 +0000 (04:05 +0000)]
patches-2.6.36: Fix flashmap spare length calculation from previous commit (for rootfs and rootfs_data mtd partitions). Apparently the interruption in working on it resulted in an incorrect memory of getting it working.
SVN-Revision: 24842
Florian Fainelli [Tue, 28 Dec 2010 00:24:50 +0000 (00:24 +0000)]
spi driver: remove bcm_rset usage
Since bcm636x platform embeds two spi master device,
the attached patch removes static bcm_rset usage, replaced by
"bs->regs" field for all I/O operation.
Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com>
SVN-Revision: 24840
Gabor Juhos [Mon, 27 Dec 2010 08:10:05 +0000 (08:10 +0000)]
gemini: enable GPIO sysfs interface
SVN-Revision: 24839
Daniel Dickinson [Sun, 26 Dec 2010 04:18:13 +0000 (04:18 +0000)]
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
Daniel Dickinson [Sun, 26 Dec 2010 04:18:08 +0000 (04:18 +0000)]
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
Daniel Dickinson [Sun, 26 Dec 2010 04:18:04 +0000 (04:18 +0000)]
base-files: Added uci-defaults script to run mtd fixtrx on firstboot for devices that need it.
Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>
SVN-Revision: 24836
Daniel Dickinson [Sun, 26 Dec 2010 04:18:01 +0000 (04:18 +0000)]
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
Daniel Dickinson [Sun, 26 Dec 2010 04:17:56 +0000 (04:17 +0000)]
mtd flashmap: Switched to calculating the rootfs size rather than depending on being given the size in the imagetag. This is because solving the problem of second boot CRC errors requires changeing the rootfs size in the image to zero.
Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>
SVN-Revision: 24834
Daniel Dickinson [Sun, 26 Dec 2010 04:17:51 +0000 (04:17 +0000)]
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
Jo-Philipp Wich [Sun, 26 Dec 2010 02:06:50 +0000 (02:06 +0000)]
autotools.mk: introduce PKG_MACRO_PATHS and HOST_MACRO_PATHS which default to ./m4, add LIBTOOL to AM_TOOL_PATHS
SVN-Revision: 24830
Jo-Philipp Wich [Fri, 24 Dec 2010 22:03:34 +0000 (22:03 +0000)]
uhttpd: allow lowercase http header fields (#8513)
SVN-Revision: 24823
Felix Fietkau [Fri, 24 Dec 2010 12:09:43 +0000 (12:09 +0000)]
ath9k: add back the interrupt mitigation tweak and reduce the rx interrupt mitigation times further
SVN-Revision: 24819
Felix Fietkau [Fri, 24 Dec 2010 12:09:36 +0000 (12:09 +0000)]
ath9k: add pending fixes for revision checks and handling of the hw workaround register
SVN-Revision: 24818
Claudio Mignanti [Thu, 23 Dec 2010 15:20:26 +0000 (15:20 +0000)]
Import an experimental ADC driver
SVN-Revision: 24814
Alexandros C. Couloumbis [Thu, 23 Dec 2010 14:58:16 +0000 (14:58 +0000)]
package/mac80211: fix issue when CONFIG_MAC80211_LEDS is not set.
SVN-Revision: 24813
Gabor Juhos [Thu, 23 Dec 2010 12:42:16 +0000 (12:42 +0000)]
ar71xx: add support for TL-WR740N v1
Same as TL-WR741ND but with different hardware ID and without
detachable antenna.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 24811
Imre Kaloz [Thu, 23 Dec 2010 00:08:55 +0000 (00:08 +0000)]
upgrade u-boot to v2010.12
SVN-Revision: 24810
Imre Kaloz [Thu, 23 Dec 2010 00:07:58 +0000 (00:07 +0000)]
use u-boot v2010.12
SVN-Revision: 24809
Hauke Mehrtens [Wed, 22 Dec 2010 19:44:54 +0000 (19:44 +0000)]
kernel: add config option added in kernel 2.6.37-rc7 to generic and run make kernel_oldconfig for brcm47xx.
SVN-Revision: 24805
Hauke Mehrtens [Wed, 22 Dec 2010 19:43:25 +0000 (19:43 +0000)]
kernel: refresh patches with kernel 2.6.37-rc7
SVN-Revision: 24804
Hauke Mehrtens [Wed, 22 Dec 2010 19:42:37 +0000 (19:42 +0000)]
brcm47xx: refresh patches with kernel 2.6.37-rc7
The deleted patches went upstream in 2.6.37-rc7
SVN-Revision: 24803
Hauke Mehrtens [Wed, 22 Dec 2010 18:20:50 +0000 (18:20 +0000)]
uml: this patch went upstream
SVN-Revision: 24802
Hauke Mehrtens [Wed, 22 Dec 2010 17:39:05 +0000 (17:39 +0000)]
mac80211: add CONFIG_ATH5K_PCI only when not on aterhos target
SVN-Revision: 24801
Hauke Mehrtens [Wed, 22 Dec 2010 17:19:36 +0000 (17:19 +0000)]
adm5120: make patches apply again and refresh them
SVN-Revision: 24800
Hauke Mehrtens [Wed, 22 Dec 2010 17:18:11 +0000 (17:18 +0000)]
kernel: use tab in front of ledtrig-netdev.o and refresh kernel
SVN-Revision: 24798
Hauke Mehrtens [Wed, 22 Dec 2010 14:59:53 +0000 (14:59 +0000)]
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
Hauke Mehrtens [Wed, 22 Dec 2010 14:57:40 +0000 (14:57 +0000)]
mac80211: activate ahb bud for ath5k driver if on atheros target.
SVN-Revision: 24793
Jo-Philipp Wich [Wed, 22 Dec 2010 09:33:06 +0000 (09:33 +0000)]
missing-macros: extend fake-gtk-doc-check.m4 (fixes autoreconf in orbit2), provide fake-intltool.m4
SVN-Revision: 24787
Jo-Philipp Wich [Wed, 22 Dec 2010 08:04:33 +0000 (08:04 +0000)]
missing-macros: add xmms.m4, from libflac
SVN-Revision: 24784
Jo-Philipp Wich [Wed, 22 Dec 2010 07:20:24 +0000 (07:20 +0000)]
base-files: implement "reqopts" parameter for dhcp interfaces to specify additional dhcp options to request
SVN-Revision: 24780
Jo-Philipp Wich [Wed, 22 Dec 2010 07:16:46 +0000 (07:16 +0000)]
busybox: implement ms static routes option in udhcpc (#6435)
SVN-Revision: 24779
Jo-Philipp Wich [Wed, 22 Dec 2010 07:07:15 +0000 (07:07 +0000)]
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
Jo-Philipp Wich [Wed, 22 Dec 2010 01:21:06 +0000 (01:21 +0000)]
missing-macros: add missing serial numbers, split acc.m4 into mfx_acc.m4, mfx_cppflags.m4 and mfx_limits.m4
SVN-Revision: 24763
Jo-Philipp Wich [Wed, 22 Dec 2010 01:03:17 +0000 (01:03 +0000)]
missing-macros: fix a bunch of underquoted definition warnings in various 3rd party macros
SVN-Revision: 24761
Jo-Philipp Wich [Wed, 22 Dec 2010 00:38:21 +0000 (00:38 +0000)]
missing-macros: add more m4 macros from gettext, ossp-js, libmikmod, libdnet
SVN-Revision: 24757
Jo-Philipp Wich [Wed, 22 Dec 2010 00:11:47 +0000 (00:11 +0000)]
missing-macros: add acc.m4, used by ucl and lzo
SVN-Revision: 24756
Jo-Philipp Wich [Wed, 22 Dec 2010 00:03:15 +0000 (00:03 +0000)]
add missing makefile in previous commit
SVN-Revision: 24755
Jo-Philipp Wich [Wed, 22 Dec 2010 00:02:36 +0000 (00:02 +0000)]
package mm-common, this provides missing m4 macros for glibmm, gtkmm, cairomm and other Gnome C++ bindings
SVN-Revision: 24754
Jo-Philipp Wich [Tue, 21 Dec 2010 23:50:41 +0000 (23:50 +0000)]
introduce missing-macros meta package, this will supply needed m4 macros which are used but not shipped by various packages in feeds
SVN-Revision: 24753
Jo-Philipp Wich [Tue, 21 Dec 2010 22:37:54 +0000 (22:37 +0000)]
libtool: extend all ltmain.m4sh patches to cover ltmain.sh as well, prevent configure from embedding host library paths
SVN-Revision: 24752
Alexandros C. Couloumbis [Tue, 21 Dec 2010 14:54:34 +0000 (14:54 +0000)]
toolchain/gcc: fix r24746
SVN-Revision: 24751
Hauke Mehrtens [Tue, 21 Dec 2010 13:34:09 +0000 (13:34 +0000)]
brcm47xx: wgt634u mac address fix
The Netgear wgt634u uses minus between the hex digest of the mac
address and all other broadcom devices are using colons between the hex
digest. Now the mac address is correctly parsed also when minus is used.
SVN-Revision: 24749
Imre Kaloz [Tue, 21 Dec 2010 08:13:21 +0000 (08:13 +0000)]
add gcc 4.5.2 (replaces 4.5.1)
SVN-Revision: 24746
Jo-Philipp Wich [Mon, 20 Dec 2010 19:51:05 +0000 (19:51 +0000)]
Âbase-files: don't mark /etc/banner as conffile
SVN-Revision: 24742
Jo-Philipp Wich [Mon, 20 Dec 2010 19:43:57 +0000 (19:43 +0000)]
libtool: strip unsave directories from relink command, nuke every -L that looks like /usr/lib or /lib
SVN-Revision: 24741
Jo-Philipp Wich [Mon, 20 Dec 2010 18:45:09 +0000 (18:45 +0000)]
iptables: don't call autogen.sh, use autoreconf fixup instead of libtool
SVN-Revision: 24740
John Crispin [Mon, 20 Dec 2010 17:56:09 +0000 (17:56 +0000)]
* fixes duplicate registration of dwc_otg usb core
SVN-Revision: 24738
Claudio Mignanti [Mon, 20 Dec 2010 17:28:34 +0000 (17:28 +0000)]
unifi: add sysupgrade and leds support
SVN-Revision: 24737
Felix Fietkau [Mon, 20 Dec 2010 14:25:25 +0000 (14:25 +0000)]
mpc85xx: fix up kernel config and make the target boot on the MPC8568E-MDS-PB board
SVN-Revision: 24736
Felix Fietkau [Mon, 20 Dec 2010 14:25:17 +0000 (14:25 +0000)]
fix a compile error with uclibc 0.9.32 and newer kernels
SVN-Revision: 24735
Felix Fietkau [Mon, 20 Dec 2010 14:25:05 +0000 (14:25 +0000)]
gcc: fix newer libstdc++ compile issues with uclibc 0.9.32
SVN-Revision: 24734
Jo-Philipp Wich [Sun, 19 Dec 2010 16:47:30 +0000 (16:47 +0000)]
netfilter.mk: fix connmark packaging for Kernels >= 2.6.35, thanks Daniel Gimpelevich
SVN-Revision: 24729
Jo-Philipp Wich [Sun, 19 Dec 2010 16:46:47 +0000 (16:46 +0000)]
fix layer7 patches for Kernels >= 2.6.35, thanks Daniel Gimpelevich
SVN-Revision: 24728
Jo-Philipp Wich [Sun, 19 Dec 2010 13:33:55 +0000 (13:33 +0000)]
mac80211: rename max_clients option to maxassoc, this brings it in line with broadcom
SVN-Revision: 24726
Felix Fietkau [Sun, 19 Dec 2010 11:56:56 +0000 (11:56 +0000)]
hostapd: add support for specifying the maximum number of clients
Signed-off-by: Alexander Couzens <lynxis@c-base.org>
SVN-Revision: 24725
Felix Fietkau [Sun, 19 Dec 2010 11:56:49 +0000 (11:56 +0000)]
hostapd: fix appending the iapp_interface variable to the config
Signed-off-by: Alexander Couzens <lynxis@c-base.org>
SVN-Revision: 24724
Felix Fietkau [Sun, 19 Dec 2010 11:56:42 +0000 (11:56 +0000)]
ar71xx: enable ar7240 switch support on the UBNT NanoStation M Fixes broadcast frames on the second ethernet MAC
Signed-off-by: Alexander Couzens <lynxis@c-base.org>
SVN-Revision: 24723
Felix Fietkau [Sun, 19 Dec 2010 11:48:38 +0000 (11:48 +0000)]
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
Felix Fietkau [Sun, 19 Dec 2010 11:48:31 +0000 (11:48 +0000)]
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
Hauke Mehrtens [Sun, 19 Dec 2010 11:43:45 +0000 (11:43 +0000)]
e2fsprogs: add two compile fixes.
Thank you Joe Roback for reporting and fixing compiling on Darwin.
SVN-Revision: 24720
Jo-Philipp Wich [Sun, 19 Dec 2010 11:16:46 +0000 (11:16 +0000)]
iptables: fix layer7 patch to place the source in extensions/, I doubt it ever worked
SVN-Revision: 24719
Gabor Juhos [Sun, 19 Dec 2010 10:05:55 +0000 (10:05 +0000)]
ar71xx: fix micrel phy patch (Patch from #8041.)
SVN-Revision: 24718
Jo-Philipp Wich [Sun, 19 Dec 2010 04:41:18 +0000 (04:41 +0000)]
autotools.mk: like libintl, make all libtool fixup packages depend on the libiconv stub
SVN-Revision: 24708
Jo-Philipp Wich [Sun, 19 Dec 2010 02:37:56 +0000 (02:37 +0000)]
autotools.mk: add a (dummy) libintl build dependency to any package using the libtool fixup
SVN-Revision: 24700
Hauke Mehrtens [Sun, 19 Dec 2010 00:05:17 +0000 (00:05 +0000)]
tools: fix dependencies
SVN-Revision: 24693
Jo-Philipp Wich [Sat, 18 Dec 2010 21:43:10 +0000 (21:43 +0000)]
download.mk: support https:// downloads
SVN-Revision: 24688
Jo-Philipp Wich [Sat, 18 Dec 2010 20:54:53 +0000 (20:54 +0000)]
download.pl: pass --no-check-certificate to wget
SVN-Revision: 24686
Jo-Philipp Wich [Sat, 18 Dec 2010 19:59:04 +0000 (19:59 +0000)]
the mpfr dependencies accidentally got broken up, fix it
SVN-Revision: 24684
Hauke Mehrtens [Sat, 18 Dec 2010 19:47:11 +0000 (19:47 +0000)]
e2fsprogs: update to version 1.41.13
SVN-Revision: 24683
Hauke Mehrtens [Sat, 18 Dec 2010 19:46:39 +0000 (19:46 +0000)]
tools: add missing dependencies
SVN-Revision: 24682
Hauke Mehrtens [Sat, 18 Dec 2010 19:34:55 +0000 (19:34 +0000)]
cloog: libtools has to be run
SVN-Revision: 24681
Hauke Mehrtens [Sat, 18 Dec 2010 19:34:04 +0000 (19:34 +0000)]
ppl: go back to version 0.10.2
GCC 4.5 needs ppl in version 0.10.2. The patch makes it compile with gmp 5.
SVN-Revision: 24680
Jo-Philipp Wich [Sat, 18 Dec 2010 19:16:03 +0000 (19:16 +0000)]
opkg: remove stray HOST_BUILD_DEPENDS
SVN-Revision: 24679
Felix Fietkau [Sat, 18 Dec 2010 18:27:51 +0000 (18:27 +0000)]
mac80211: another optimization for tx performance
SVN-Revision: 24677
Jo-Philipp Wich [Sat, 18 Dec 2010 18:14:25 +0000 (18:14 +0000)]
autotools.mk: remove HOST_BUILD_DEPENDS on libtool
SVN-Revision: 24676
Jo-Philipp Wich [Sat, 18 Dec 2010 18:13:12 +0000 (18:13 +0000)]
libtool: remove patches, they don't apply to libltdl
SVN-Revision: 24675
Jo-Philipp Wich [Sat, 18 Dec 2010 18:12:34 +0000 (18:12 +0000)]
libtool: remove host build and leave only libltdl in place
SVN-Revision: 24674
Jo-Philipp Wich [Sat, 18 Dec 2010 18:07:53 +0000 (18:07 +0000)]
make libtool a tool build and let autoconf depend on it
SVN-Revision: 24673
Felix Fietkau [Sat, 18 Dec 2010 17:56:32 +0000 (17:56 +0000)]
mac80211: fix a crash in the tx path
SVN-Revision: 24672
Felix Fietkau [Sat, 18 Dec 2010 17:40:09 +0000 (17:40 +0000)]
mac80211: fix a missing return value
SVN-Revision: 24671
Felix Fietkau [Sat, 18 Dec 2010 17:23:38 +0000 (17:23 +0000)]
mac80211: significantly reduce the cpu load caused by excessive skb header cloning
SVN-Revision: 24669
Jo-Philipp Wich [Sat, 18 Dec 2010 13:19:59 +0000 (13:19 +0000)]
autotools.mk: set AUTOPOINT to "true", not all hosts have it install and it makes autoreconf fail if not present, it also needs cvs which isn't installed on all hosts either
SVN-Revision: 24664
Felix Fietkau [Sat, 18 Dec 2010 02:14:52 +0000 (02:14 +0000)]
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
Felix Fietkau [Sat, 18 Dec 2010 02:00:10 +0000 (02:00 +0000)]
mac80211: update to wireless-testing 2010-12-16
SVN-Revision: 24655
Gabor Juhos [Fri, 17 Dec 2010 20:34:31 +0000 (20:34 +0000)]
firmware-utils/mkzynfw: fix available flash space calculation
SVN-Revision: 24653
Gabor Juhos [Fri, 17 Dec 2010 20:34:26 +0000 (20:34 +0000)]
generic: fix min/max confusion in jffs2_sum_init on 2.6.32
SVN-Revision: 24652
Gabor Juhos [Fri, 17 Dec 2010 17:57:20 +0000 (17:57 +0000)]
ar71xx: remove stray semicolons
SVN-Revision: 24651