Hauke Mehrtens
f73d6f102a
kernel: fix kmod-usb-net-smsc95xx
...
smsc95xx.ko depends on crc16.ko on kernel >= 3.8
There was an additional kmod-usb-net-smsc95xx definition in the mxs
target code which conflicted with the one in the common area.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39562
11 years ago
Imre Kaloz
40ad83f70d
keep initramfs the default for us
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39561
11 years ago
Imre Kaloz
3a347e3b2a
phy-omap-control.ko is already part of a different package
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39560
11 years ago
Imre Kaloz
7b844260fa
additional omap/musb related fixes
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39559
11 years ago
Imre Kaloz
0a6385e942
fixup ethernet gadget, disable EEM support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39558
11 years ago
Imre Kaloz
116d7fc9c2
don't build in usb stuff
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39557
11 years ago
Imre Kaloz
c48e13cc9d
package the driver for smsc95xx chips
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39556
11 years ago
Imre Kaloz
18675e9ea6
add additional omap related changes
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39555
11 years ago
Imre Kaloz
6daafb74b9
additional musb fixups
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39554
11 years ago
Imre Kaloz
6b62eef492
musb depends on usb-gadget support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39550
11 years ago
Imre Kaloz
31a76badcb
use musb in PIO mode, as DMA support is platform dependent
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39549
11 years ago
Imre Kaloz
8be96490d6
add more musb symbols
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39548
11 years ago
Imre Kaloz
4974d4f30c
fix logic error on fpu cflags selection
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39547
11 years ago
Imre Kaloz
f198091074
make musb available for omap as well
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39546
11 years ago
Imre Kaloz
ba6eb9a22c
rename Kconfig symbol to the current one
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39544
11 years ago
Imre Kaloz
98e4ca00ed
move some omap24xx modules to the generic Makefile
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39543
11 years ago
Hauke Mehrtens
579e7d673b
kernel: add kmod-usb-net-kalmia
...
This patch adds a new kernel module for Samsung USB LTE modems.
Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
SVN-Revision: 39535
11 years ago
Hauke Mehrtens
f4b6bd8d0b
kernel: XHCI PCI quirks for kernel 3.12 and 3.13
...
This adds empty definitions for the PCI quirks functions when they
should not be included in the kernel.
This is based on a patch by Daniel <daniel@makrotopia.org>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39534
11 years ago
Hauke Mehrtens
7790ac5ecc
kernel: fix bridge compilation on kernel 3.13
...
The int brnf_call_ebtables in the header should be extern, otherwise
every object file gets its own int and they will conflict when linking
the binary.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39533
11 years ago
Hauke Mehrtens
8f0ffe9cc6
kernel: negate kernel version dependencies to fix config for new kernel versions
...
This fixes some problems on kernel 3.13 and also removes the reference to LINUX_3_7.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39532
11 years ago
Hauke Mehrtens
caf2bd456c
kernel: add missing config symbol for 3.13.
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39531
11 years ago
Hauke Mehrtens
274c16e81e
mac80211: add led_trigger_blink{_oneshot}()
...
When led support is deactivated in the kernel and
CPTCFG_BACKPORT_BUILD_LEDS is set mac80211 references
led_trigger_blink_oneshot() but it is not declared anywhere.
This fixes the following build error:
net/mac80211/led.c: In function 'ieee80211_led_rx':
net/mac80211/led.c:25:2: error: implicit declaration of function 'led_trigger_blink_oneshot' [-Werror=implicit-function-declaration]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39530
11 years ago
Jonas Gorski
6cf402a41d
mvebu: remove forced module config
...
These should either be disabled or not present in the config, else
they might cause build issues because of unexpected unpackaged
modules, as it is the case for LEDS_CLASS.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39529
11 years ago
Hauke Mehrtens
06689aa5ed
acx-mac80211: really fix the build
...
The fix in r39482 was wrong.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39528
11 years ago
Felix Fietkau
da3053f25a
ath9k: merge tx iq calibration fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39527
11 years ago
Zoltan Herpai
ee3abfe853
and add some more symbols
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39526
11 years ago
Imre Kaloz
4fe4daccdc
upgrade to 3.13.1
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39525
11 years ago
Imre Kaloz
29c6927f14
add more symbols
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39524
11 years ago
Hauke Mehrtens
6d1fdf875a
authsae: Update authsae to latest version
...
Only compile tested but the changes are minimal
f5693a3...1d1a122
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 39518
11 years ago
Zoltan Herpai
add22b1a07
mxs: bump target to 3.13.1
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39512
11 years ago
Zoltan Herpai
2fd373f046
sunxi: bump target to 3.13.1
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39511
11 years ago
Zoltan Herpai
62cba268a2
sunxi: various 3.13 usb changes - disable USB_DEBUG - rename reset compat property
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39510
11 years ago
Imre Kaloz
96007fee20
switch to 3.13.1
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39509
11 years ago
Imre Kaloz
ed2b3e7771
add 3.13 support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39508
11 years ago
Imre Kaloz
ce62a03ede
add md5sum for 3.13.1
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39507
11 years ago
Imre Kaloz
11155b27ad
fix wl12xx compile error introduced in [39428]
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39506
11 years ago
Felix Fietkau
5a57185ea1
libpcap: disable some autodetected features to avoid extra dependencies and bloat
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39504
11 years ago
Steven Barth
c666dcfe08
odhcp6c: Fix timing and some regressions from yesterday
...
SVN-Revision: 39502
11 years ago
Imre Kaloz
5e906232b0
upgrade Linaro GCC 4.8 to 2014.01
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39501
11 years ago
Zoltan Herpai
a7f0eb013a
sunxi: sun6i-a31 changes - push remaining sun6i patches for 3.13 - enable Colombus A31 devboard (compile-tested only)
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39487
11 years ago
Hauke Mehrtens
3f07af337c
iw: update to iw 3.14
...
- update iw to 3.14
- remove some patches that are obsolete
- 200-reduce_size.patch has new coalesce removed from Makefile matching prev. ver
- refresh patches
This increases the size of the binary by 6.7%:
87801 4400 320 92521 16969 iw-3.10/iw
93995 4424 324 98743 181b7 iw-3.14/iw
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 39486
11 years ago
Hauke Mehrtens
55f1e68c74
kernel: kmod-fs-jfs
...
This patch adds journaled file system (JFS) kernel module support.
Signed-off-by: Gerald Matzka<mgerald21@yahoo.de>
SVN-Revision: 39484
11 years ago
Hauke Mehrtens
208b7a70a6
atheros: change LINUX_VERSON from 3.8.13 to 3.10.28
...
The 3.10.x infrastructure has been present for some time, and seems to
run fine here.
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 39483
11 years ago
Hauke Mehrtens
f0985524d1
acx-mac80211: fix build after recent mac80211 update and refresh patches
...
This was only build tested.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39482
11 years ago
Steven Barth
ef7bc81961
odhcpd: fix homenet dhcpv6 filter
...
SVN-Revision: 39479
11 years ago
Steven Barth
05c9507cd3
odhcp6c: Add support for userclass and vendorclass
...
SVN-Revision: 39478
11 years ago
Zoltan Herpai
e656140642
mxs: initial 3.13 support
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39476
11 years ago
Zoltan Herpai
0c9ad86a13
mxs: update duckbill DTS to fix include
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39475
11 years ago
Felix Fietkau
8c737e1864
tcpdump: update to current upstream version 4.5.1
...
-size_of(old tcpdump-mini 4.2.1) = 145245 Byte
-size_of(new tcpdump-mini 4.5.1) = 149416 Byte
=> ~4.2 KByte increase
Signed-off-by: Thomas Huehn <thomas@net.t-labs.tu-berlin.de>
SVN-Revision: 39474
11 years ago
Felix Fietkau
e600fc0d23
libpcap: update to current upstream version 1.5.3
...
-size_of(old libpcap-1.3.0) = 85228 Byte
-size_of(new libpcap-1.5.3) = 88587 Byte
=> ~3.3 KByte increase
SVN-Revision: 39473
11 years ago