Hauke Mehrtens [Sun, 14 Jul 2013 14:11:17 +0000 (14:11 +0000)]
brcm47xx: use b53 phy driver for the switch in kernel 3.10
This makes it possible to use swconfig to controll the switch.
This was tested with devices using b43 and bgmac.
This was not tested on devices using tg3.
This does not support the adm switch used in some very old devices.
SVN-Revision: 37304
Felix Fietkau [Sun, 14 Jul 2013 14:06:01 +0000 (14:06 +0000)]
ar71xx: use uimage split for WHR-HP-G300N
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37303
Felix Fietkau [Sun, 14 Jul 2013 14:05:57 +0000 (14:05 +0000)]
ar71xx: use uimage split for dlrtdev
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37302
Felix Fietkau [Sun, 14 Jul 2013 14:05:53 +0000 (14:05 +0000)]
ar71xx: use uimage split for Allnet devices
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37301
Felix Fietkau [Sun, 14 Jul 2013 14:05:50 +0000 (14:05 +0000)]
ar71xx: use uimage split for Cameo devices
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37300
Felix Fietkau [Sun, 14 Jul 2013 14:05:46 +0000 (14:05 +0000)]
ar71xx: use uimage split for DIR-825B1
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37299
Felix Fietkau [Sun, 14 Jul 2013 14:05:42 +0000 (14:05 +0000)]
ar71xx: use uimage split for Embedded Wireless Dorin
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37298
Felix Fietkau [Sun, 14 Jul 2013 14:05:39 +0000 (14:05 +0000)]
ar71xx: use uimage split for Ubiquiti XM devices
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37297
Felix Fietkau [Sun, 14 Jul 2013 14:05:35 +0000 (14:05 +0000)]
ar71xx: increase kernel size for wndr3700 based devices
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37296
Felix Fietkau [Sun, 14 Jul 2013 14:05:31 +0000 (14:05 +0000)]
ar71xx: use uimage split for WZR-HP-G300NH2
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37295
Felix Fietkau [Sun, 14 Jul 2013 14:05:27 +0000 (14:05 +0000)]
ar71xx: enable uimage split for wzr-hp-ag300h/wzr-600dhp
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37294
Felix Fietkau [Sun, 14 Jul 2013 14:05:23 +0000 (14:05 +0000)]
ar71xx: use uimage split for WZR-HP-G300NH
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37293
Felix Fietkau [Sun, 14 Jul 2013 14:05:19 +0000 (14:05 +0000)]
ar71xx: use uimage split for WZR-HP-G450H
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37292
Felix Fietkau [Sun, 14 Jul 2013 14:05:16 +0000 (14:05 +0000)]
ar71xx: enable uimage split and use it for carambola2
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37291
Felix Fietkau [Sun, 14 Jul 2013 14:05:12 +0000 (14:05 +0000)]
ar71xx: remove linux 3.8
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37290
Felix Fietkau [Sun, 14 Jul 2013 14:05:08 +0000 (14:05 +0000)]
ar71xx: move the watchdog driver to the kernel
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37289
Felix Fietkau [Sun, 14 Jul 2013 14:05:04 +0000 (14:05 +0000)]
ar71xx: set linux 3.10 as default
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37288
Hauke Mehrtens [Sun, 14 Jul 2013 13:44:45 +0000 (13:44 +0000)]
brcm47xx: add initial support for kernel 3.10
SVN-Revision: 37287
Hauke Mehrtens [Sun, 14 Jul 2013 13:19:58 +0000 (13:19 +0000)]
brcm47xx: fix switch handling
This fixes some problems with the switch handling
* It now send the messages again to indicate a button for failsafe mode should be pressed
* it does not leak packages between wan and lan any more
* the switch works again in normal mode
The Ethernet connection has to be up when the switch driver switch-robo
is insmoded therefor we just do it again.
Explicitly set enable_vlan to prevent leaking packages.
This should close #13869, #13868 and #13716
SVN-Revision: 37286
Felix Fietkau [Sun, 14 Jul 2013 13:10:22 +0000 (13:10 +0000)]
kernel: disable the yaffs2 /proc code to make it compile on linux 3.10 (#13848)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37285
Hauke Mehrtens [Sun, 14 Jul 2013 12:59:00 +0000 (12:59 +0000)]
brcm47xx: do not load the kernel modules needed for Ethernet manually
add the boot flag to make the kernel modules needed for Ethernet and
diag load on startup.
SVN-Revision: 37284
Felix Fietkau [Sun, 14 Jul 2013 12:57:03 +0000 (12:57 +0000)]
kernel: implement automatic rootfs split from the firmware partition in linux 3.10 (disabled by default)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37283
Felix Fietkau [Sun, 14 Jul 2013 12:56:58 +0000 (12:56 +0000)]
kernel/base-files: clean up old code related to refreshing mtd partitions, it is no longer used anywhere
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37282
Hauke Mehrtens [Sun, 14 Jul 2013 12:56:42 +0000 (12:56 +0000)]
brcm47xx: do not change nvram without user interaction
SVN-Revision: 37281
Hauke Mehrtens [Sun, 14 Jul 2013 11:30:31 +0000 (11:30 +0000)]
broadcom-diag: make it work with kernel 3.10
In kernel 3.10 the proc interface changed, this patch adds the changes needed for the new interface.
SVN-Revision: 37280
Hauke Mehrtens [Sun, 14 Jul 2013 11:28:37 +0000 (11:28 +0000)]
broadcom-diag: check the correct value for not null.
This also fixes a compile warning.
SVN-Revision: 37279
Hauke Mehrtens [Sun, 14 Jul 2013 11:26:35 +0000 (11:26 +0000)]
broadcom-diag: reoder some parts.
This was done to reduce the number of forward declaration needed.
This does not contain any real change in the code.
SVN-Revision: 37278
Felix Fietkau [Sun, 14 Jul 2013 11:00:59 +0000 (11:00 +0000)]
busybox: disable features marked as broken (#13782)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37277
Hauke Mehrtens [Sat, 13 Jul 2013 22:45:56 +0000 (22:45 +0000)]
kernel: refresh patches for kernel 3.8.13
SVN-Revision: 37276
Hauke Mehrtens [Sat, 13 Jul 2013 22:45:09 +0000 (22:45 +0000)]
kernel: update to kernel 3.10.1 and refresh patches
SVN-Revision: 37275
Hauke Mehrtens [Sat, 13 Jul 2013 22:43:10 +0000 (22:43 +0000)]
kernel: update to kernel 3.9.10 and refresh patches
SVN-Revision: 37274
Felix Fietkau [Sat, 13 Jul 2013 22:29:53 +0000 (22:29 +0000)]
ar71xx: fix ar933x watchdog clock (#13866)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37273
Hauke Mehrtens [Sat, 13 Jul 2013 21:42:19 +0000 (21:42 +0000)]
brcm47xx: proc gets mounted without this patch
SVN-Revision: 37272
Hauke Mehrtens [Sat, 13 Jul 2013 20:38:33 +0000 (20:38 +0000)]
brcm47xx: remove obsolete hotplug stuff
SVN-Revision: 37271
Felix Fietkau [Sat, 13 Jul 2013 11:39:48 +0000 (11:39 +0000)]
mac80211: tweak mac address allocation
Apparently there are some broken devices out there that have the local
bit already set in the factory MAC address. Move the | 0x2 over to the
other side of the xor operation to fix this without affecting devices
with proper addresses.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37269
Hauke Mehrtens [Fri, 12 Jul 2013 13:46:27 +0000 (13:46 +0000)]
bcm53xx: add initial support for ARM based BCM47XX and BCM53XX SoCs
This was only tested on a Netgear R6250, but it could also work on
other devices when the correct images are generated.
It is only possible to boot into a ram disk, no Ethernet, Wifi, flash,
USB is supported.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37268
Felix Fietkau [Fri, 12 Jul 2013 08:10:19 +0000 (08:10 +0000)]
mac80211: reconfigure in Build/Compile instead of Build/Configure to catch kernel config changes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37265
Felix Fietkau [Fri, 12 Jul 2013 07:59:59 +0000 (07:59 +0000)]
mac80211: merge a fix for PS-Poll handling, refresh patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37264
Felix Fietkau [Fri, 12 Jul 2013 07:59:51 +0000 (07:59 +0000)]
mac80211: remove bogus module params from compat.ko
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37263
John Crispin [Thu, 11 Jul 2013 21:16:53 +0000 (21:16 +0000)]
ar71xx: add carambola2 support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37260
John Crispin [Thu, 11 Jul 2013 21:16:43 +0000 (21:16 +0000)]
procd: update to latest git revision
this fixes a regression in the watchdog init code
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37259
John Crispin [Thu, 11 Jul 2013 21:16:34 +0000 (21:16 +0000)]
lantiq: revert 36778 as it breaks irq assignment to pci devices
Reported-by: Matti Laakso
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37258
John Crispin [Thu, 11 Jul 2013 21:16:25 +0000 (21:16 +0000)]
procd: make the log port default to 514 if none is specified
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37257
Felix Fietkau [Thu, 11 Jul 2013 20:56:30 +0000 (20:56 +0000)]
kernel: move codel from kmod-sched-core to kmod-sched, it is rarely needed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37256
Felix Fietkau [Thu, 11 Jul 2013 20:56:27 +0000 (20:56 +0000)]
kernel: add a patch that reduces module size by removing non-essential information (reduces default rootfs size by ~5k after lzma)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37255
Felix Fietkau [Thu, 11 Jul 2013 20:56:22 +0000 (20:56 +0000)]
kernel: make libsas depend on x86
It is only used by one driver that already depends on x86. Disabling it
prevents a few kilobytes of bloat from leaking into all targets via
CONFIG_BLK_DEV_BSG
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37254
Felix Fietkau [Thu, 11 Jul 2013 20:56:19 +0000 (20:56 +0000)]
kernel: disable CONFIG_RD_LZMA by default, it will be selected when actually needed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37253
Felix Fietkau [Thu, 11 Jul 2013 20:56:15 +0000 (20:56 +0000)]
kernel: disable CONFIG_CLS_U32_PERF by default, it is usually not needed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37252
John Crispin [Thu, 11 Jul 2013 17:01:08 +0000 (17:01 +0000)]
ar71xx: set priority of ath79_wdt to 1
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37251
John Crispin [Thu, 11 Jul 2013 17:01:03 +0000 (17:01 +0000)]
procd: update to latest git version
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37250
John Crispin [Thu, 11 Jul 2013 17:00:59 +0000 (17:00 +0000)]
procd: add proto and trigger support to the /etc/init.d/log
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37249
John Crispin [Thu, 11 Jul 2013 17:00:54 +0000 (17:00 +0000)]
procd: add a small script that handles config reloads until configd is ready
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37248
John Crispin [Thu, 11 Jul 2013 17:00:49 +0000 (17:00 +0000)]
procd: the delete ubus call was passed the wrong field name for services
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37247
John Crispin [Thu, 11 Jul 2013 17:00:45 +0000 (17:00 +0000)]
ubox: upgrade to latest version
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37246
John Crispin [Thu, 11 Jul 2013 17:00:40 +0000 (17:00 +0000)]
dropbear: register a config.change trigger
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37245
John Crispin [Thu, 11 Jul 2013 17:00:35 +0000 (17:00 +0000)]
base-files: convert sysntpd init script to procd
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37244
John Crispin [Thu, 11 Jul 2013 17:00:30 +0000 (17:00 +0000)]
busybox: convert crond init script to procd
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37243
John Crispin [Thu, 11 Jul 2013 17:00:26 +0000 (17:00 +0000)]
busybox: convert telnet init script to procd
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37242
John Crispin [Thu, 11 Jul 2013 17:00:21 +0000 (17:00 +0000)]
base-files: run readlink on initscript name before opening services
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37241
John Crispin [Thu, 11 Jul 2013 17:00:17 +0000 (17:00 +0000)]
base-file: usbfs is no longer mounted under /proc/bus/usb
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37240
Florian Fainelli [Wed, 10 Jul 2013 21:28:34 +0000 (21:28 +0000)]
ar71xx: fix TPLINK/TPLINKOLD initramfs images typos
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37237
Florian Fainelli [Wed, 10 Jul 2013 19:43:11 +0000 (19:43 +0000)]
brcm2708: drop support for 3.3 kernel
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37236
Florian Fainelli [Wed, 10 Jul 2013 19:43:07 +0000 (19:43 +0000)]
brcm2708: package the i2c master driver module
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37235
Florian Fainelli [Wed, 10 Jul 2013 19:43:02 +0000 (19:43 +0000)]
brcm2708: package the SPI master controller driver
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37234
Florian Fainelli [Wed, 10 Jul 2013 19:42:58 +0000 (19:42 +0000)]
kernel: add a bunch of missing LCD Kconfig options
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37233
Florian Fainelli [Wed, 10 Jul 2013 19:42:53 +0000 (19:42 +0000)]
brcm2708: package the HW random module
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37232
Florian Fainelli [Wed, 10 Jul 2013 19:42:48 +0000 (19:42 +0000)]
kernel: package the HW random core module
And update the crypto-hw-hifn-795x to use it.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37231
Florian Fainelli [Wed, 10 Jul 2013 17:18:03 +0000 (17:18 +0000)]
ar71xx: fix Netgear initramfs images
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37230
Florian Fainelli [Wed, 10 Jul 2013 15:22:47 +0000 (15:22 +0000)]
ar71xx: fix some more issues with initramfs images
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37229
Felix Fietkau [Wed, 10 Jul 2013 15:11:29 +0000 (15:11 +0000)]
build: move the XARGS variable out of the host checks, since a working xargs is built in tools/
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37228
Felix Fietkau [Wed, 10 Jul 2013 14:59:00 +0000 (14:59 +0000)]
ipset: force the shell to bash to fix build issues on mac os x
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37227
Felix Fietkau [Wed, 10 Jul 2013 14:51:13 +0000 (14:51 +0000)]
xtables-addons: update to version 2.3, adds linux 3.10 compatibility
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37226
Felix Fietkau [Wed, 10 Jul 2013 14:51:09 +0000 (14:51 +0000)]
rules.mk: use qstrip to reduce syntax highlighting issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37225
Felix Fietkau [Wed, 10 Jul 2013 11:33:48 +0000 (11:33 +0000)]
firewall: add missing dependencies
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37224
Felix Fietkau [Wed, 10 Jul 2013 11:33:43 +0000 (11:33 +0000)]
ar71xx: make implicit alignment in struct pptp_addr explicit to fix ABI breakage caused by the unaligned access hacks patch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37223
Felix Fietkau [Wed, 10 Jul 2013 07:51:47 +0000 (07:51 +0000)]
Config.in: remove duplicate KERNEL_PERF_EVENTS symbol
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37222
Luka Perkov [Tue, 9 Jul 2013 23:17:33 +0000 (23:17 +0000)]
ubox: remove empty menu from block-mount
SVN-Revision: 37221
Florian Fainelli [Tue, 9 Jul 2013 20:53:13 +0000 (20:53 +0000)]
brcm2708: update maintainership
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37220
Florian Fainelli [Tue, 9 Jul 2013 20:53:08 +0000 (20:53 +0000)]
brcm2708: switch to 3.10 kernel
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37219
Florian Fainelli [Tue, 9 Jul 2013 20:52:49 +0000 (20:52 +0000)]
brcm2708: add support for 3.10 kernel
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37218
Florian Fainelli [Tue, 9 Jul 2013 20:52:23 +0000 (20:52 +0000)]
kernel: add missing configuration symbols used on ARM platforms
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37217
Florian Fainelli [Tue, 9 Jul 2013 20:52:07 +0000 (20:52 +0000)]
kernel: update PATCHES with a stricter policy
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37216
Felix Fietkau [Tue, 9 Jul 2013 13:36:36 +0000 (13:36 +0000)]
tools: remove stale reference to the find PrepareCommand Target
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37215
Felix Fietkau [Tue, 9 Jul 2013 12:52:18 +0000 (12:52 +0000)]
ar71xx: add linux 3.10
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37214
Felix Fietkau [Tue, 9 Jul 2013 12:52:12 +0000 (12:52 +0000)]
scripts/download.pl: use HTTP instead of FTP for the default GNU site
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37213
Felix Fietkau [Tue, 9 Jul 2013 12:52:08 +0000 (12:52 +0000)]
tools: add a package for findutils, Linux 3.10 need GNU xargs
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37212
Felix Fietkau [Tue, 9 Jul 2013 12:52:04 +0000 (12:52 +0000)]
kernel: debloat the lzma compress/decompress code some more
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37211
Felix Fietkau [Tue, 9 Jul 2013 12:52:00 +0000 (12:52 +0000)]
kernel: do not accept sysrq characters via serial port
many boards have a disconnected TTL level serial which can generate
some garbage that can lead to spurious false sysrq detects.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37210
Florian Fainelli [Tue, 9 Jul 2013 08:33:44 +0000 (08:33 +0000)]
tools: do not build bc documentation (#13841)
Building the "bc" documentation requires the "makeinfo" program to be
installed on the host.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37209
Jonas Gorski [Tue, 9 Jul 2013 07:51:09 +0000 (07:51 +0000)]
kernel: add missing config symbol
Should fix buildbot builds of ixp4xx.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37208
Zoltan Herpai [Mon, 8 Jul 2013 23:08:26 +0000 (23:08 +0000)]
imx23: add gpio_sysfs support
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 37207
John Crispin [Mon, 8 Jul 2013 16:35:19 +0000 (16:35 +0000)]
procd: update to latest git revision
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37206
John Crispin [Mon, 8 Jul 2013 16:35:10 +0000 (16:35 +0000)]
procd: remove obseleted procd.init file
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37205
John Crispin [Mon, 8 Jul 2013 16:35:02 +0000 (16:35 +0000)]
base-files: add 2 missing variable defines
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37204
John Crispin [Mon, 8 Jul 2013 16:34:52 +0000 (16:34 +0000)]
ralink: vlan offloading is causing problems. disable it
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37203
John Crispin [Mon, 8 Jul 2013 09:01:57 +0000 (09:01 +0000)]
ralink: unbreak ralink i2c support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37202
John Crispin [Mon, 8 Jul 2013 09:01:52 +0000 (09:01 +0000)]
kernel: unbreal of_i2c selection
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37201
John Crispin [Mon, 8 Jul 2013 09:01:47 +0000 (09:01 +0000)]
ralink: add i2c-ralink kmod info
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37200
John Crispin [Mon, 8 Jul 2013 09:01:42 +0000 (09:01 +0000)]
ubox: add a uci-default script for fstab generation
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37199
John Crispin [Mon, 8 Jul 2013 09:01:38 +0000 (09:01 +0000)]
lantiq: move dsl tools to package/network/config
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37198