openwrt.git
13 years ago[include] set Installed-Size to 0 when preparing control, its substituted by ipkg...
jow [Sun, 16 Jan 2011 22:18:35 +0000 (22:18 +0000)]
[include] set Installed-Size to 0 when preparing control, its substituted by ipkg-build later on

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25022 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agotools/ipkg-utils: calculate installed size from embedded data.tar.gz, makes opkg...
jow [Sun, 16 Jan 2011 22:16:49 +0000 (22:16 +0000)]
tools/ipkg-utils: calculate installed size from embedded data.tar.gz, makes opkg space checking more precise

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25021 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agompc85xx: add a new 'spe_fpu' feature flag for the FPU used on freescale powerpc cpus
nbd [Sun, 16 Jan 2011 01:25:06 +0000 (01:25 +0000)]
mpc85xx: add a new 'spe_fpu' feature flag for the FPU used on freescale powerpc cpus
The SPE FPU is ABI-incompatible with the regular powerpc FPU,
this needs to be reflected in the toolchain target name.
Fixes floating point crashes in user space

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25018 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoadd missing kernel kernel config symbol
nbd [Sun, 16 Jan 2011 01:25:02 +0000 (01:25 +0000)]
add missing kernel kernel config symbol

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25017 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agompc85xx: clean up bogus kernel config overrides
nbd [Sun, 16 Jan 2011 01:24:57 +0000 (01:24 +0000)]
mpc85xx: clean up bogus kernel config overrides

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25016 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agompc85xx: fix mpc8548 support (reorder serial ports, add default stdout path to device...
nbd [Sun, 16 Jan 2011 01:24:53 +0000 (01:24 +0000)]
mpc85xx: fix mpc8548 support (reorder serial ports, add default stdout path to device tree), enable pcie

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25015 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: fix compile errors on powerpc
nbd [Sun, 16 Jan 2011 01:24:48 +0000 (01:24 +0000)]
mac80211: fix compile errors on powerpc

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25014 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agouClibc 0.9.32: fix libm compile for powerpc
nbd [Sun, 16 Jan 2011 01:24:43 +0000 (01:24 +0000)]
uClibc 0.9.32: fix libm compile for powerpc

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25013 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: fix frames looping back to a wds station
nbd [Sat, 15 Jan 2011 13:41:10 +0000 (13:41 +0000)]
mac80211: fix frames looping back to a wds station

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25008 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoath9k: fix a few more aggregation related issues, should improve stability
nbd [Sat, 15 Jan 2011 13:41:06 +0000 (13:41 +0000)]
ath9k: fix a few more aggregation related issues, should improve stability

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25007 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[lantiq] move irq.c from patch into own file
mirko [Sat, 15 Jan 2011 03:32:16 +0000 (03:32 +0000)]
[lantiq] move irq.c from patch into own file

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25002 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agohostapd: Create one control interface per virtual bssid
nbd [Fri, 14 Jan 2011 10:52:54 +0000 (10:52 +0000)]
hostapd: Create one control interface per virtual bssid

Previously hostapd created one control interface /var/run/hostapd-phyX
which only contained the first virtual bssid (for example wlan0). In
order to access the other virtual bssids with hostapd_cli add all
virtual bssids to /var/run/hostapd-phyX by specifying the ctrl_interface
parameter per bssid.

Previously the control interface looked like:
/var/run/hostapd-phyX/wlan0

Now, the control interface looks like this:
/var/run/hostapd-phyX/wlan0
/var/run/hostapd-phyX/wlan1
...

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24985 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[tools] mklibs: import missing symbol workaround from Freetz project (#7590)
jow [Fri, 14 Jan 2011 10:49:41 +0000 (10:49 +0000)]
[tools] mklibs: import missing symbol workaround from Freetz project (#7590)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24984 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoar71xx: rework WNDR3700 image generation
juhosg [Fri, 14 Jan 2011 10:37:14 +0000 (10:37 +0000)]
ar71xx: rework WNDR3700 image generation

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24983 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoar71xx: build separate image for the WNDR3700 with NA region
juhosg [Fri, 14 Jan 2011 10:37:11 +0000 (10:37 +0000)]
ar71xx: build separate image for the WNDR3700 with NA region

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24982 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agofirmware-utils/mkdniimg: don't use NA region by default
juhosg [Fri, 14 Jan 2011 10:37:09 +0000 (10:37 +0000)]
firmware-utils/mkdniimg: don't use NA region by default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24981 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agofirmware-utils/wndr3700: allow to specify image magic via command line
juhosg [Fri, 14 Jan 2011 10:37:04 +0000 (10:37 +0000)]
firmware-utils/wndr3700: allow to specify image magic via command line

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24980 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[omap35xx] Update gumstix profile
hcg [Fri, 14 Jan 2011 09:38:20 +0000 (09:38 +0000)]
[omap35xx] Update gumstix profile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24979 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: include the kfifo backport in compat.ko if necessary (fixes libertas, rt2x00)
nbd [Thu, 13 Jan 2011 23:28:22 +0000 (23:28 +0000)]
mac80211: include the kfifo backport in compat.ko if necessary (fixes libertas, rt2x00)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24978 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoath9k: fix spurious decryption crc error regression
nbd [Thu, 13 Jan 2011 23:07:58 +0000 (23:07 +0000)]
ath9k: fix spurious decryption crc error regression

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24976 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[at91] Fix i2c driver and package it
claudio [Thu, 13 Jan 2011 12:01:07 +0000 (12:01 +0000)]
[at91] Fix i2c driver and package it

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24975 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[at91] Allow module compilation for adc driver
claudio [Thu, 13 Jan 2011 11:00:47 +0000 (11:00 +0000)]
[at91] Allow module compilation for adc driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24974 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[toolchain] add explicit dependencies between gcc prepare stages, fixes source downlo...
jow [Wed, 12 Jan 2011 15:44:53 +0000 (15:44 +0000)]
[toolchain] add explicit dependencies between gcc prepare stages, fixes source download race with make -j (#8596)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24969 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agobrcm47xx: add gpio_set_debounce function
juhosg [Tue, 11 Jan 2011 20:05:01 +0000 (20:05 +0000)]
brcm47xx: add gpio_set_debounce function

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24968 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] mac80211: support per-vif wmm option, defaults to 1 if unset
jow [Tue, 11 Jan 2011 13:19:53 +0000 (13:19 +0000)]
[package] mac80211: support per-vif wmm option, defaults to 1 if unset

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24966 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoar71xx: fix wlan LED on the TL-WR741 board
juhosg [Tue, 11 Jan 2011 08:20:47 +0000 (08:20 +0000)]
ar71xx: fix wlan LED on the TL-WR741 board

* Patch from #8630

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24963 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoar71xx: fix wrong names of the WPS LED/button
juhosg [Mon, 10 Jan 2011 18:15:47 +0000 (18:15 +0000)]
ar71xx: fix wrong names of the WPS LED/button

Reported-by: Nuno Gonçalves
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24961 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoath9k: reduce the number of false positives triggered by the baseband hang check...
nbd [Mon, 10 Jan 2011 00:25:17 +0000 (00:25 +0000)]
ath9k: reduce the number of false positives triggered by the baseband hang check by only running it when beacon transmission is blocked

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24954 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] uhttpd: protect tcp receive operations with select, make tcp keep-alive...
jow [Sun, 9 Jan 2011 23:35:45 +0000 (23:35 +0000)]
[package] uhttpd: protect tcp receive operations with select, make tcp keep-alive optional (#8272)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24952 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agokernel: deactivate ext4 SElinux support and extended attributes support
hauke [Sun, 9 Jan 2011 22:43:06 +0000 (22:43 +0000)]
kernel: deactivate ext4 SElinux support and extended attributes support
in general config. This effects the build in kmod-fs-ext4 and when it
is build into the kernel in the x86 target.

Thank you Philip Prindeville

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24951 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] kernel: fix packaging of kmod-cs5535-gpio, thanks Philip Prindeville
jow [Sun, 9 Jan 2011 22:25:15 +0000 (22:25 +0000)]
[package] kernel: fix packaging of kmod-cs5535-gpio, thanks Philip Prindeville

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24950 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoath9k: add a few aggregation reliability fixes
nbd [Sun, 9 Jan 2011 20:35:27 +0000 (20:35 +0000)]
ath9k: add a few aggregation reliability fixes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24949 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: update to wireless-testing 2011-01-05, should improve aggregation reliabili...
nbd [Sun, 9 Jan 2011 20:32:25 +0000 (20:32 +0000)]
mac80211: update to wireless-testing 2011-01-05, should improve aggregation reliability in ath9k

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24948 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agogeneric: generic: remove MIPS device tree backport patch from 2.6.36
juhosg [Sun, 9 Jan 2011 09:52:12 +0000 (09:52 +0000)]
generic: generic: remove MIPS device tree backport patch from 2.6.36

It makes no sense without a platform which uses that.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24946 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoar71xx: remove the gpio_wr_fix patch
juhosg [Sun, 9 Jan 2011 09:29:51 +0000 (09:29 +0000)]
ar71xx: remove the gpio_wr_fix patch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24945 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoar71xx: use gpio_*_cansleep calls in the rb4xx NAND driver
juhosg [Sun, 9 Jan 2011 09:29:45 +0000 (09:29 +0000)]
ar71xx: use gpio_*_cansleep calls in the rb4xx NAND driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24944 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agogeneric: rtl8366: fix build error
juhosg [Sun, 9 Jan 2011 05:36:44 +0000 (05:36 +0000)]
generic: rtl8366: fix build error

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24943 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoar71xx: add kmod-ledtrig-usbdev for the MZK-W04NU profile as well
juhosg [Sat, 8 Jan 2011 21:04:57 +0000 (21:04 +0000)]
ar71xx: add kmod-ledtrig-usbdev for the MZK-W04NU profile as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24941 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoar71xx: add kmod-ledtrig-usbdev to the relevant profiles
juhosg [Sat, 8 Jan 2011 21:02:25 +0000 (21:02 +0000)]
ar71xx: add kmod-ledtrig-usbdev to the relevant profiles

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24940 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agogeneric: rtl8366: enable vlans before enabling the ports
juhosg [Sat, 8 Jan 2011 20:24:29 +0000 (20:24 +0000)]
generic: rtl8366: enable vlans before enabling the ports

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24939 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agogeneric: rtl8366: enable ports only after VLAN configuration is done
juhosg [Sat, 8 Jan 2011 20:24:26 +0000 (20:24 +0000)]
generic: rtl8366: enable ports only after VLAN configuration is done

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24938 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agogeneric: rtl8366: add enable_port helper
juhosg [Sat, 8 Jan 2011 20:24:22 +0000 (20:24 +0000)]
generic: rtl8366: add enable_port helper

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24937 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agogeneric: rtl8366_smi: init VLANs only in first switch initialization
juhosg [Sat, 8 Jan 2011 20:24:18 +0000 (20:24 +0000)]
generic: rtl8366_smi: init VLANs only in first switch initialization

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24936 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agogeneric: rtl8366s: use correct bitmasks in sanity checks
juhosg [Sat, 8 Jan 2011 18:04:04 +0000 (18:04 +0000)]
generic: rtl8366s: use correct bitmasks in sanity checks

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24935 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agogeneric: rtl8366s: add vlan fid support
juhosg [Sat, 8 Jan 2011 18:04:00 +0000 (18:04 +0000)]
generic: rtl8366s: add vlan fid support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24934 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agogeneric: rtl8366: add debugfs file for VLAN4K table
juhosg [Sat, 8 Jan 2011 18:03:57 +0000 (18:03 +0000)]
generic: rtl8366: add debugfs file for VLAN4K table

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24933 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agopackage/swconfig: add sanity checks to prevent a segfault
juhosg [Sat, 8 Jan 2011 17:30:33 +0000 (17:30 +0000)]
package/swconfig: add sanity checks to prevent a segfault

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24932 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agokernel: add md5sum of kernel 2.6.37
hauke [Sat, 8 Jan 2011 13:10:35 +0000 (13:10 +0000)]
kernel: add md5sum of kernel 2.6.37

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24931 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agogeneric: rtl8366rb: use correct bitmasks in sanity checks
juhosg [Sat, 8 Jan 2011 11:28:35 +0000 (11:28 +0000)]
generic: rtl8366rb: use correct bitmasks in sanity checks

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24930 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoar71xx: use spinlock in ar71xx_device_{start,stop}
juhosg [Sat, 8 Jan 2011 11:28:32 +0000 (11:28 +0000)]
ar71xx: use spinlock in ar71xx_device_{start,stop}

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24929 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoar71xx: add kmod-usb-ohci module for the WNDR3700 profile
juhosg [Sat, 8 Jan 2011 10:51:20 +0000 (10:51 +0000)]
ar71xx: add kmod-usb-ohci module for the WNDR3700 profile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24927 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[xburst] Drop support for older kernel versions
lars [Thu, 6 Jan 2011 01:33:19 +0000 (01:33 +0000)]
[xburst] Drop support for older kernel versions

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24915 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[xburst] Add 2.6.37 support
lars [Thu, 6 Jan 2011 01:32:17 +0000 (01:32 +0000)]
[xburst] Add 2.6.37 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24914 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agopackage/mtd: make fixtrx available on ar71xx as well
juhosg [Wed, 5 Jan 2011 19:27:55 +0000 (19:27 +0000)]
package/mtd: make fixtrx available on ar71xx as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24911 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[generic] fix unbalanced mutex_lock/mutex_unlock in mini_fo getxattr op. Thanks Danie...
jow [Wed, 5 Jan 2011 03:07:56 +0000 (03:07 +0000)]
[generic] fix unbalanced mutex_lock/mutex_unlock in mini_fo getxattr op. Thanks Daniel Dickinson for tracking this down

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24906 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[generic] disable CONFIG_EXT4_FS_XATTR on kernel 2.6.35 and 2.6.37, this exposes...
jow [Wed, 5 Jan 2011 02:48:19 +0000 (02:48 +0000)]
[generic] disable CONFIG_EXT4_FS_XATTR on kernel 2.6.35 and 2.6.37, this exposes a mutex bug in mini_fo leading to hard lockups with various filesystem operations

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24905 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package/mac80211/carl9170]: fix md5sum, use our mirror with a fixed-up filename...
kaloz [Tue, 4 Jan 2011 16:39:16 +0000 (16:39 +0000)]
[package/mac80211/carl9170]: fix md5sum, use our mirror with a fixed-up filename to make sure we get the right fw version

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24901 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoramips: ramips_esw: fix typos
juhosg [Tue, 4 Jan 2011 13:44:05 +0000 (13:44 +0000)]
ramips: ramips_esw: fix typos

Patch from #8577.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24898 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoar71xx: make uci-default scripts executable
juhosg [Tue, 4 Jan 2011 13:44:01 +0000 (13:44 +0000)]
ar71xx: make uci-default scripts executable

Reported-by: Nuno Gonçalves <nunojpg@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24897 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: fix a race condition during key deletion
nbd [Tue, 4 Jan 2011 00:37:28 +0000 (00:37 +0000)]
mac80211: fix a race condition during key deletion

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24895 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package/mac80211/carl9170]: use the latest fw release
kaloz [Mon, 3 Jan 2011 18:17:01 +0000 (18:17 +0000)]
[package/mac80211/carl9170]: use the latest fw release

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24894 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package/mac80211]: tune ath dependencies - carl9170 can be used on targets with...
kaloz [Mon, 3 Jan 2011 18:16:05 +0000 (18:16 +0000)]
[package/mac80211]: tune ath dependencies - carl9170 can be used on targets with usb but without pci

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24893 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agopackage/wprobe: {enhancement} make printing attributes optional. A delay interval...
acoul [Mon, 3 Jan 2011 16:37:07 +0000 (16:37 +0000)]
package/wprobe: {enhancement} make printing attributes optional. A delay interval (-d option) of 0 (zero) dumps the data once then exit. (closes #8107)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24892 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agopackage/wprobe: fix kernel 2.6.37 compile issues
acoul [Mon, 3 Jan 2011 16:13:09 +0000 (16:13 +0000)]
package/wprobe: fix kernel 2.6.37 compile issues

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24891 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agotools/mkimage: fix r24887
acoul [Mon, 3 Jan 2011 14:27:53 +0000 (14:27 +0000)]
tools/mkimage: fix r24887

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24890 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[toolchain/uClibc]: upgrade to latest git snapshot
kaloz [Mon, 3 Jan 2011 14:20:30 +0000 (14:20 +0000)]
[toolchain/uClibc]: upgrade to latest git snapshot

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24889 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agotools/qemu: fix FreeBSD compile issue
acoul [Mon, 3 Jan 2011 12:59:43 +0000 (12:59 +0000)]
tools/qemu: fix FreeBSD compile issue

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24888 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agotools/mkimage: fix compilation on FreeBSD
acoul [Mon, 3 Jan 2011 12:30:19 +0000 (12:30 +0000)]
tools/mkimage: fix compilation on FreeBSD

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24887 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agobrcm47xx: fix compile problem when serial is deactivated.
hauke [Sun, 2 Jan 2011 20:53:09 +0000 (20:53 +0000)]
brcm47xx: fix compile problem when serial is deactivated.

Thank you Andrey

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24885 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[tools] missing-macros: add as-unaligned-access.m4
jow [Sun, 2 Jan 2011 01:23:44 +0000 (01:23 +0000)]
[tools] missing-macros: add as-unaligned-access.m4

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24878 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[tools] missing-macros: add as-compiler-flag.m4 and as-version.m4
jow [Sun, 2 Jan 2011 01:14:45 +0000 (01:14 +0000)]
[tools] missing-macros: add as-compiler-flag.m4 and as-version.m4

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24877 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agocrda: update to version 1.1.1 and update regulatory database to most recent official...
hauke [Sat, 1 Jan 2011 16:10:15 +0000 (16:10 +0000)]
crda: update to version 1.1.1 and update regulatory database to most recent official version.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24868 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] e2fsprogs: revert r24848 as well
jow [Sat, 1 Jan 2011 16:03:53 +0000 (16:03 +0000)]
[package] e2fsprogs: revert r24848 as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24867 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[tools] revert r24851, it breaks compilation on many hosts
jow [Sat, 1 Jan 2011 15:51:12 +0000 (15:51 +0000)]
[tools] revert r24851, it breaks compilation on many hosts

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24866 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agotools: add some missing dependencies
hauke [Sat, 1 Jan 2011 15:18:57 +0000 (15:18 +0000)]
tools: add some missing dependencies

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24865 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agogeneric: more CONFIG_KEYBOARD_* symbols
juhosg [Thu, 30 Dec 2010 20:10:18 +0000 (20:10 +0000)]
generic: more CONFIG_KEYBOARD_* symbols

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24860 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agocns21xx: add initial support for the Cavium CNS21xx SoC
juhosg [Thu, 30 Dec 2010 17:19:16 +0000 (17:19 +0000)]
cns21xx: add initial support for the Cavium CNS21xx SoC

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24859 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoath9k: add more pending fixes from linux-wireless@
nbd [Thu, 30 Dec 2010 15:48:39 +0000 (15:48 +0000)]
ath9k: add more pending fixes from linux-wireless@

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24858 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agotools/mkimage: remove the broken portability patch, it is no longer necessary with...
nbd [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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24857 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoadd relayd, can be used as a replacement for client bridge, but does not have any...
nbd [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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24856 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoath9k: fix rx dma descriptor error flag handling
nbd [Thu, 30 Dec 2010 15:48:18 +0000 (15:48 +0000)]
ath9k: fix rx dma descriptor error flag handling

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24855 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agogeneric: update ARM mach-types
juhosg [Wed, 29 Dec 2010 20:01:35 +0000 (20:01 +0000)]
generic: update ARM mach-types

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24854 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agopackage/kernel: enable CONFIG_INPUT_KEYBOARD for gpio-keys
juhosg [Wed, 29 Dec 2010 18:08:24 +0000 (18:08 +0000)]
package/kernel: enable CONFIG_INPUT_KEYBOARD for gpio-keys

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24853 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agogeneric: add missing CONFIG_KEYBOARD_* symbols
juhosg [Wed, 29 Dec 2010 18:08:06 +0000 (18:08 +0000)]
generic: add missing CONFIG_KEYBOARD_* symbols

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24852 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agotools/e2fsprogs: update to version 1.41.14
acoul [Wed, 29 Dec 2010 17:38:48 +0000 (17:38 +0000)]
tools/e2fsprogs: update to version 1.41.14

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24851 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agogeneric: add CONFIG_DEBUG_ICEDCC symbol
juhosg [Wed, 29 Dec 2010 17:29:01 +0000 (17:29 +0000)]
generic: add CONFIG_DEBUG_ICEDCC symbol

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24850 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[brcm63xx] multiple SPI driver fixes
florian [Wed, 29 Dec 2010 16:19:59 +0000 (16:19 +0000)]
[brcm63xx] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24849 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agopackage/e2fsprogs: update to version 1.41.14
acoul [Wed, 29 Dec 2010 14:50:52 +0000 (14:50 +0000)]
package/e2fsprogs: update to version 1.41.14

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24848 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agotarget/linux: sync to kernel 2.6.37-rc8, refresh patches
acoul [Wed, 29 Dec 2010 13:24:17 +0000 (13:24 +0000)]
target/linux: sync to kernel 2.6.37-rc8, refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24847 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[tools] missing-macros: add as-ac-expand.m4
jow [Wed, 29 Dec 2010 09:39:09 +0000 (09:39 +0000)]
[tools] missing-macros: add as-ac-expand.m4

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24846 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[brcm63xx] patches-2.6.35: mtd flashmap: Really fixed sparelen and rootfslen. The...
cshore [Tue, 28 Dec 2010 08:10:32 +0000 (08:10 +0000)]
[brcm63xx] 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).

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24843 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[brcm63xx] patches-2.6.36: Fix flashmap spare length calculation from previous commit...
cshore [Tue, 28 Dec 2010 04:05:04 +0000 (04:05 +0000)]
[brcm63xx] 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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24842 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[brcm63xx] spi driver: remove bcm_rset usage
florian [Tue, 28 Dec 2010 00:24:50 +0000 (00:24 +0000)]
[brcm63xx] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24840 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agogemini: enable GPIO sysfs interface
juhosg [Mon, 27 Dec 2010 08:10:05 +0000 (08:10 +0000)]
gemini: enable GPIO sysfs interface

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24839 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoAdded OpenWRT-specific field to imagetag so that we can record the real root length...
cshore [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24838 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomtd: Added trx_fixup for brcm63xx imagetag, and made references to fix_trx use the...
cshore [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24837 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agobase-files: Added uci-defaults script to run mtd fixtrx on firstboot for devices...
cshore [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24836 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomtd: Added fixtrx for brcm63xx imagetag. This allows brcm63xx boards which experience...
cshore [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24835 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomtd flashmap: Switched to calculating the rootfs size rather than depending on being...
cshore [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24834 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomtd: Changed mtd_fixtrx and related functions to be weak references. The weak referen...
cshore [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24833 3c298f89-4303-0410-b956-a3cf2f4a3e73