florian [Fri, 27 Jul 2012 15:34:57 +0000 (15:34 +0000)]
[brcm63xx] Add brcmsmac profile
Add brcmsmac profile (kmod-brcmsmac + wpad-mini).
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32890
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 27 Jul 2012 08:30:05 +0000 (08:30 +0000)]
[mac80211] mae brcmutil depend on PCI and USB. This broke ar7 fullbuilds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32886
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Thu, 26 Jul 2012 17:06:55 +0000 (17:06 +0000)]
[atheros] Add leds back after migration to sysfs
atheros trunk moved to full sysfs gpiolib, but the leds were forgotten.
This restores the wlan led that was missing after switching from backfire
to trunk.
Signed-off-by: Karl Palsson <karlp@remake.is>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32885
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 26 Jul 2012 17:03:08 +0000 (17:03 +0000)]
[brcm2708] add more missing config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32884
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 26 Jul 2012 17:03:05 +0000 (17:03 +0000)]
[generic] add more USB-related config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32883
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 26 Jul 2012 17:03:02 +0000 (17:03 +0000)]
[ep93xx] make sure target modules depend on the target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32882
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Thu, 26 Jul 2012 15:42:18 +0000 (15:42 +0000)]
[kernel] bcma: update to version from wireless-testing tag master-2012-07-16
I did not add the last patch, because it add some stubs for the flash drivers and our patches have to be changed for that, if the flash support in bcma is able to do something I will integrate it.
This also contains 3 additional patches fixing some bugs in bcma.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32880
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 26 Jul 2012 09:29:22 +0000 (09:29 +0000)]
[package] make kmod-mvsas depend on x86 since it fails building on other targets (eg: brcm63xx)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32878
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 25 Jul 2012 19:52:30 +0000 (19:52 +0000)]
[ar71xx] fix typo in modules.mk
This patch fixes a small typo in kmod-leds-wndr3700-usb description, where the board is for some reason made by NETGWR, not NETGEAR.
Signed-off-by: Roman A. aka BasicXP <x12ozmouse@ya.ru>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32870
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 19:36:19 +0000 (19:36 +0000)]
[package] make kmod-fb dependent on DISPLAY_SUPPORT and update targets accordingly
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32869
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 25 Jul 2012 17:28:32 +0000 (17:28 +0000)]
mtd: fix trx_fixup
With the BRCM47xx image I have built (Linksys E3000), there are additional
writes following the completion of "mtd_replace_jffs2" which invalidate the
'trx_fixup' performed by 'mtd_replace_jffs2'. Moving the 'trx_fixup' to somewhere
after all writes have completed fixes the problem. I also noticed that 'erasesize'
used to compute 'block_offset' in 'mtd_fixtrx' is used before it is computed by
'mtd_check_open'; moving the call to 'mtd_check_open' up a few lines fixes this.
Unlike 'mtd_fixtrx', 'trx_fixup' appears to assume that the TRX header is always at
offset 0; which may be the cause of the problem described in Ticket #8960.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32866
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:50:45 +0000 (15:50 +0000)]
[ppc40x] move isp116x driver to target specific modules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32865
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:50:42 +0000 (15:50 +0000)]
[ramips] move rt305x-dwc driver to target specific modules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32864
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:50:38 +0000 (15:50 +0000)]
[brcm47xx] move ubsec-ssb driver to target specific modules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32863
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:50:36 +0000 (15:50 +0000)]
[brcm47xx] move ssb-gige to target specific modules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32862
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:50:33 +0000 (15:50 +0000)]
[brcm47xx] move usb driver to target specific modules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32861
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:50:29 +0000 (15:50 +0000)]
[package] kmod-r6040 depends on PCI_SUPPORT
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32860
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:50:26 +0000 (15:50 +0000)]
[avr32] move mmc driver to target specific modules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32859
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:50:23 +0000 (15:50 +0000)]
[ixp4xx] move ixp4xx-eth to target specific modules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32858
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:50:20 +0000 (15:50 +0000)]
[package] kmod-gpio-nxp74hc164 is not brcm63xx specific
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32857
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:50:16 +0000 (15:50 +0000)]
[ixp4xx] move crypto module to target specific modules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32856
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:50:13 +0000 (15:50 +0000)]
[octeon] move i2c driver to target modules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32855
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:50:10 +0000 (15:50 +0000)]
[ar71xx] move watchdog driver to target specific modules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32854
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:50:04 +0000 (15:50 +0000)]
[ar71xx] move target specific spi modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32853
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:50:02 +0000 (15:50 +0000)]
[ar71xx] move target specific leds modules to ar71xx modules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32852
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:49:57 +0000 (15:49 +0000)]
[x86] move leds modules back to target modules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32851
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:49:54 +0000 (15:49 +0000)]
[x86] move i2c modules back to target modules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32850
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:49:52 +0000 (15:49 +0000)]
[package] fix network devices modules to depend on PCI instead of x86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32849
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:49:49 +0000 (15:49 +0000)]
[x86] move more x86-specific modules back to target modules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32848
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:49:46 +0000 (15:49 +0000)]
[package] fix libsas and mvsas dependencies against PCI and not x86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32847
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 15:49:42 +0000 (15:49 +0000)]
[x86] move x86 specific ide/pata modules to x86' modules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32846
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Wed, 25 Jul 2012 14:52:00 +0000 (14:52 +0000)]
brcm47xx: reorder patches so that the patches already in mainline linux will be applied at first.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32845
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 14:01:57 +0000 (14:01 +0000)]
[kernel] add yet another framebuffer symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32844
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 14:01:54 +0000 (14:01 +0000)]
[package] split framebuffer helper modules to their own packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32843
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 14:01:51 +0000 (14:01 +0000)]
[cobalt] remove broken flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32842
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 14:01:49 +0000 (14:01 +0000)]
[cobalt] package buttons driver separately
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32841
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 14:01:46 +0000 (14:01 +0000)]
[cobalt] package cobalt lcd as a module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32840
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 25 Jul 2012 10:34:06 +0000 (10:34 +0000)]
[include] use autoreconf hook instead of manual call
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32837
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 25 Jul 2012 09:05:23 +0000 (09:05 +0000)]
[kernel] add unset CONFIG_FB_XGI to fix fullbuilds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32836
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 25 Jul 2012 09:05:18 +0000 (09:05 +0000)]
[brcm2708] cleanup config-3.3, remove =m
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32835
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 25 Jul 2012 08:01:38 +0000 (08:01 +0000)]
[cns3xx] laguna: fix eeprom read buffer size during platform configuration
Increase the size of the buffer used for eeprom reads during the platform configuration of the Gateworks laguna. The model name read in is 16 bytes but the original buffer was only 8 bytes.
Signed-off-by: David Acker <dacker@rajant.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32833
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 23:07:35 +0000 (23:07 +0000)]
[compcache] fixes build for 3.x kernel and remove old 2.6.x references
Signed-off-by: christoph.thielecke@gmx.de
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32832
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 23:07:30 +0000 (23:07 +0000)]
[include] package-version-override always calls autoreconf
make it conditional on the existance of autoreconf
Signed-off-by: Ryan Nowakowski <tubaman@fattuba.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32831
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 23:07:25 +0000 (23:07 +0000)]
mac80211/hostapd: add support for HT capa in case of IBSS/RSN
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32830
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 23:07:15 +0000 (23:07 +0000)]
wpa_supplicant: add more parameters
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32829
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 23:07:10 +0000 (23:07 +0000)]
hostapd: add pending patches
add patched needed to pass more parameters to the IBSS JOIN command
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32828
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 20:39:17 +0000 (20:39 +0000)]
[brcm2708] adds target used by rapsberry pi
Add support for Raspberry Pi / brcm2708 / 2835
Signed-off-by: Ian Ridge <ianridge [at] gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32825
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 20:39:00 +0000 (20:39 +0000)]
[tools] add mktools and dosfstools which are needed for the raspberry pi
Signed-off-by: Ian Ridge <ianridge [at] gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32824
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 20:38:55 +0000 (20:38 +0000)]
[ramips] DWC otg usb: compilation fixes and trivial bugfix in slave mode
Signed-of-by: Nikolai Zhubr <n-a-zhubr@yandex.ru>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32823
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 20:38:49 +0000 (20:38 +0000)]
[tools] adds mkdapimg
Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32822
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 20:38:43 +0000 (20:38 +0000)]
[ramips] D-Link DAP-1350 initial support
The initial support for the D-Link DAP-1350.
USB related functionality is not tested.
Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32821
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 20:38:36 +0000 (20:38 +0000)]
[ixp4xx] MI424WR - add rev D support
Add support for revision D of the MI424WR.
Rev D swaps LAN & WAN ports so this patch maintains
eth0 for LAN and eth1 for WAN. For details on rev D usage,
see http://wiki.openwrt.org/toh/actiontec/mi424wr
Signed-off-by: Jose Vasconcellos <jvasco@verizon.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32820
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 20:38:31 +0000 (20:38 +0000)]
[ramips] initial LED configuration for Fonera 2.0n
Setup initial configuration for Wifi and USB LEDS of a Fonera 2.0n (ramips)
Signed-off-by: Malte Forkel <malte.forkel@berlin.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32819
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 20:38:26 +0000 (20:38 +0000)]
[mountd] ext4 support
This patch adds the ext4 filesystem support to mountd. Tested with ext2, ext3
and ext4 partitions.
Signed-off-by: Jaroslaw Swierczynski <jarek1701@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32818
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 20:38:20 +0000 (20:38 +0000)]
[mac80211] add support for Rt3352 in rt2x00 driver
Forgot to do make package/mac80211/update, so the previously posted patch wasn't
in sync with compat-wireless. Now fixed.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32817
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 20:38:14 +0000 (20:38 +0000)]
[ramips] add ALL5002 userspace support
detect EEPROM, MAC addresses and support sysupgrade for the ALL5002
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32816
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 20:38:08 +0000 (20:38 +0000)]
[ramips] enable OHCI/EHCI glue on Rt305x, so it is available for Rt3352F.
Hope that this works, didn't have a chance to actually test it...
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32815
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 20:38:03 +0000 (20:38 +0000)]
[ramips] add image build for ALL5002
add image build for ALL5002
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32814
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 20:37:56 +0000 (20:37 +0000)]
[ramips] add support for Allnet ALL5002 to kernel
support ALL5002 in ramips/rt305x branch of the kernel.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32813
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 20:37:50 +0000 (20:37 +0000)]
[ramips] uart_clk on Rt3352F is always 40MHz
Currently, sys_clk/10 is used which is just wrong.
cpu_clk/10 would work for systems with 400MHz CPU clock.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32812
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 24 Jul 2012 19:43:58 +0000 (19:43 +0000)]
[package] orion_wdt is also available on kirkwood
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32811
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 24 Jul 2012 19:43:54 +0000 (19:43 +0000)]
[omap24xx] move omap specific modules to modules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32810
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 24 Jul 2012 19:43:49 +0000 (19:43 +0000)]
[omap24x] move n810 battery module to omap24 modules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32809
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 24 Jul 2012 19:43:45 +0000 (19:43 +0000)]
[omap24x] move target specific modules to target's module.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32808
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 24 Jul 2012 19:43:35 +0000 (19:43 +0000)]
[ep93xx] package ep93xx framebuffer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32807
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 24 Jul 2012 19:43:31 +0000 (19:43 +0000)]
[ep93xx] remove crypto symbols override
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32806
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 24 Jul 2012 19:43:27 +0000 (19:43 +0000)]
[package] create kmod-fb and update xen framebuffer module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32805
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 24 Jul 2012 19:43:23 +0000 (19:43 +0000)]
[generic] add missing framebuffer related symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32804
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 24 Jul 2012 19:43:19 +0000 (19:43 +0000)]
[ep93xx] remove broken flag, since it works
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32803
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 24 Jul 2012 19:43:15 +0000 (19:43 +0000)]
[ep93xx] fix sound modules loading order and dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32802
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 24 Jul 2012 19:43:10 +0000 (19:43 +0000)]
[package] add sound-soc-ac97 package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32801
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 24 Jul 2012 19:43:06 +0000 (19:43 +0000)]
[package] add kmod-regmap including both i2c and spi modules
This is required for quite SoC sound support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32800
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 24 Jul 2012 19:42:49 +0000 (19:42 +0000)]
[ep93xx] package ep93xx touchscreen driver as a module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32799
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 24 Jul 2012 19:42:44 +0000 (19:42 +0000)]
[ep93xx] set DEVICE_TYPE to developerboard
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32798
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 17:28:25 +0000 (17:28 +0000)]
[lantiq] rebase config-3.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32797
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 17:28:12 +0000 (17:28 +0000)]
[generic] fix tantos patch properly
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32796
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 16:50:14 +0000 (16:50 +0000)]
[generic] make tantos switch select ETHERNET_PACKET_MANGLE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32795
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 15:33:01 +0000 (15:33 +0000)]
[lantiq] move CONFIG_ETHERNET_PACKET_MANGLE to a generic config file
This broke falcon builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32794
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 23 Jul 2012 22:20:57 +0000 (22:20 +0000)]
ath5k: add tx power related fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32793
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Mon, 23 Jul 2012 19:17:05 +0000 (19:17 +0000)]
Revert "[package] kernel/modules: dont only change loading order on IPSEC*-m, propagate this to documentation too"
Preserve alphabetical order on KCONFIG and description for consistency with other module packages
This reverts commit r32775.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32791
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 22 Jul 2012 21:00:07 +0000 (21:00 +0000)]
build: ensure that reordering of KCONFIG lines are handled properly and that the final result does not depend on the package scan order
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32788
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 22 Jul 2012 16:39:33 +0000 (16:39 +0000)]
[kernel] crashlog: fix dependency, add memblock support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32787
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Fri, 20 Jul 2012 15:05:30 +0000 (15:05 +0000)]
[package] owipcalc: fix output formatting quirks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32786
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Fri, 20 Jul 2012 13:43:10 +0000 (13:43 +0000)]
[package] owipcalc: add new operations "next", "prev", "6to4" and "pop", implement a stack for intermediate results
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32785
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 20 Jul 2012 12:28:54 +0000 (12:28 +0000)]
grub: replace an unnecessary piece of inline assembly that breaks the build on recent mac os x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32784
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 20 Jul 2012 12:28:50 +0000 (12:28 +0000)]
kernel: fix portability issues on the x86 specific relocs host tool, fixes build on mac os x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32783
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 19 Jul 2012 19:51:53 +0000 (19:51 +0000)]
[package] owipcalc: add "prefix" operation to set prefix of base address during calculation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32782
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Thu, 19 Jul 2012 19:12:54 +0000 (19:12 +0000)]
[package] dnsmasq: Fix DHCP no address on interface warning (#10570)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32781
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 19 Jul 2012 16:17:57 +0000 (16:17 +0000)]
[package] owipcalc: remove binary
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32779
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 19 Jul 2012 16:17:23 +0000 (16:17 +0000)]
[package] add owipcalc - a small ipv4 & ipv6 calculation utility
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32778
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hcg [Thu, 19 Jul 2012 08:36:11 +0000 (08:36 +0000)]
Increase iwlist buffer size
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32777
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Tue, 17 Jul 2012 23:11:31 +0000 (23:11 +0000)]
[package] kernel/modules: dont only change loading order on IPSEC*-m, propagate this to documentation too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32775
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Tue, 17 Jul 2012 23:11:29 +0000 (23:11 +0000)]
[package] uboot-envtools: add support for alfa ap96
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32774
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Tue, 17 Jul 2012 20:50:44 +0000 (20:50 +0000)]
[package] kernel/modules: fix ipcomp6 load order
ipcomp6 depends on xfrm6_tunnel, load order changed accordingly.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32773
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Tue, 17 Jul 2012 17:33:13 +0000 (17:33 +0000)]
[package] toolchain: fix libgcc and libgfortran packages for avr32 and coldfire
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32772
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 17 Jul 2012 16:47:57 +0000 (16:47 +0000)]
[au1000] rename upgrade image to sysupgrade.bin for consistency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32770
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 17 Jul 2012 16:40:28 +0000 (16:40 +0000)]
[au1000] add missing configuration symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32769
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 17 Jul 2012 16:40:24 +0000 (16:40 +0000)]
au1000: implement sysupgrade platform.sh
Signed-off-by: Bruno Randolf <br1@einfach.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32768
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 17 Jul 2012 16:39:52 +0000 (16:39 +0000)]
au1000: clean up profiles
Signed-off-by: Bruno Randolf <br1@einfach.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32767
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 17 Jul 2012 16:39:47 +0000 (16:39 +0000)]
au1000: fix InternetBox idsel and remove broken flag
The following patch is necessary for the InternetBox (Surfbox) board-specific
idsel to work with newer kernels. Acutally I don't exactly understand why this
was not necessary before, but without the udelay, the MiniPCI adapter in slot 3
is not detected and set up correctly.
Also remove platform broken flag, it works.
Signed-off-by: Bruno Randolf <br1@einfach.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32766
3c298f89-4303-0410-b956-
a3cf2f4a3e73