Jo-Philipp Wich
c5b4d98d39
busybox: rename ntp init script back to sysntpd ( #13920 )
...
Renaming the init script to ntp broke LuCI time sync functionality and collides with other ntp packages
SVN-Revision: 37681
2013-08-04 12:40:24 +00:00
Hauke Mehrtens
2fcaba306e
brcm47xx: change board detection for some Asus devices
...
This closes #13316
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37680
2013-08-04 12:36:13 +00:00
Hauke Mehrtens
0d9ecfa564
kernel: kmod-appletalk: fix dependencies
...
When CONFIG_LLC gets build as a module, also p8022.ko and psnap.ko are
getting build as a module. kmod-appletalk depends on llc.ko and
psnap.ko, but at least psnap.ko,was not packed. On most systems
CONFIG_LLC will be build into the kernel so this problem does not show
up.
This fixes the missing dependency of kmod-appletalk on psnap.ko
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37673
2013-08-04 09:51:07 +00:00
Felix Fietkau
80f8b60607
ubus: update to latest version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37671
2013-08-04 08:55:28 +00:00
Hauke Mehrtens
7dea39fda2
broadcom-diag: show error message in case something goes wrong with gpio irq
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37668
2013-08-03 17:12:07 +00:00
Hauke Mehrtens
309123bbfd
broadcom-diag: add gpio config for Asus RT-N66U
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37667
2013-08-03 17:10:37 +00:00
Hauke Mehrtens
b1b3067a12
broadcom-diag: add gpio config for Linksys E4200v1
...
GPIO for Linksys E4200v1, tested and works. This closes #13454 and #13894
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37666
2013-08-03 17:09:39 +00:00
Felix Fietkau
18e37d8caf
gpio-button-hotplug: cleanup, fix compiler warning
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37665
2013-08-03 11:56:27 +00:00
Felix Fietkau
4281026dda
gpio-button-hotplug: fix active_low handling, possibly broken in r37643
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37664
2013-08-03 11:49:50 +00:00
Hauke Mehrtens
d2ed54596d
kernel: only add v4l2-compat-ioctl32 when CONFIG_COMPAT is set
...
SVN-Revision: 37661
2013-08-03 10:10:16 +00:00
Hauke Mehrtens
f43b6b2bea
kernel: add missing module to video-core for kernel < 3.6
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37659
2013-08-02 20:08:20 +00:00
Hauke Mehrtens
65ef965e6e
kernel: fix usb-chipidea compilation with kernel <= 3.9
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37658
2013-08-02 20:07:11 +00:00
Hauke Mehrtens
58274d68fb
broadcom-diag: add support for the ASUS RT-N12
...
This adds button and led info, which I determined
by manually poking the gpio values.
Signed-off-by: Josh Stone <cuviper@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37655
2013-08-02 15:44:04 +00:00
Hauke Mehrtens
af970e66bf
broadcom-diag: increase version number
...
There are some changes in there and this should be rebuild.
SVN-Revision: 37654
2013-08-02 15:06:14 +00:00
Felix Fietkau
1972a131a0
mac80211: backport a few upstream fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37653
2013-08-02 10:02:35 +00:00
Hauke Mehrtens
0fe808d032
kernel: load libphy before tg3
...
SVN-Revision: 37651
2013-08-01 22:19:19 +00:00
Hauke Mehrtens
2b55968f5d
brcm47xx: improve detection of Linksys WRTSL54GS
...
This closes #13319
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37647
2013-08-01 19:33:59 +00:00
John Crispin
1eabf431df
gpio-button-hotplug: use gpio_button_get_value() to initialize last_state.
...
TL-WR720N-v3 has a slider switch composed of 2 GPIO buttons which can be
used to swtich between 3 positions. At leat 1 button is in pressed state
in any of those positions. Initialize 'last_state' as 0 (released) will
cause the device to automatically enter failsafe mode on every bootup.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 37643
2013-08-01 14:31:28 +00:00
John Crispin
ef96422920
gpio-button-hotplug: use gpio_button_get_value() to fetch state.
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 37642
2013-08-01 14:31:24 +00:00
John Crispin
2c19af6ac5
gpio-button-hotplug: add inline function gpio_button_get_value().
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 37641
2013-08-01 14:31:20 +00:00
Felix Fietkau
98ead7fc2f
libubox: update to the latest version, fixes a fd deletion race condition in uloop
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37629
2013-07-31 22:07:13 +00:00
Felix Fietkau
719adb6471
uhttpd: update to the latest version, fixes a crash on early cgi/lua process termination
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37628
2013-07-31 22:07:09 +00:00
Jo-Philipp Wich
b7f8f212ae
base-files: implement -l (--list-backup) sysupgrade parameter to list the files that would be backed up
...
SVN-Revision: 37627
2013-07-31 18:11:55 +00:00
Hauke Mehrtens
e77339b9e2
broadcom-wl: fix compile error with kernel 3.10
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37626
2013-07-31 17:42:55 +00:00
Jo-Philipp Wich
2a1ccf1830
base-files: abort sysupgrade if file specified with --restore-config is not found
...
SVN-Revision: 37624
2013-07-31 14:10:34 +00:00
Jo-Philipp Wich
91b814221c
ubox: update to git head
...
- fixes extroot tag file corruption with long uuids
SVN-Revision: 37623
2013-07-31 10:44:50 +00:00
Jo-Philipp Wich
2771edf647
base-files: implement -T (--test) sysupgrade parameter to verify image without actually flashing it
...
SVN-Revision: 37620
2013-07-30 16:42:05 +00:00
Felix Fietkau
5bd3f8b164
mac80211: rt2x00: add missing of.h header
...
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37618
2013-07-29 22:45:57 +00:00
Felix Fietkau
36e6d4ca53
ath9k: fix several issues in the tx queueing rework
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37616
2013-07-29 19:44:05 +00:00
John Crispin
2b906791be
mac80211: rt2x00: fix default register settings for rt5350
...
Comparing the RTSDK driver and mac80211 revealed, that this register needs
to have a special setup on rt5350.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37608
2013-07-29 13:10:12 +00:00
John Crispin
7f895c6776
mac80211: rt2x00: enable setting wifi led polarity from OF
...
This patch enables setting the wifi led polarity from OF.
It can be used in a DTS' wmac section like this:
ralink,led-polarity = <1>;
Valid values are 0 or 1.
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37607
2013-07-29 13:09:16 +00:00
Felix Fietkau
a8e8a31cb8
libubox: update to latest version, adds extra sanity checks to blob/blobmsg iterator macros
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37604
2013-07-29 12:49:04 +00:00
Felix Fietkau
1ff304e5f5
rt2x00: merge fix for queue stopping
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37603
2013-07-29 12:49:01 +00:00
Felix Fietkau
c67a12711d
mac80211: add support for verbose builds using V=sc
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37597
2013-07-29 09:38:08 +00:00
Luka Perkov
1646bd096c
iproute2: update to 3.10.0
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37590
2013-07-28 23:27:35 +00:00
Luka Perkov
f566115085
zlib: update to 1.2.8
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37589
2013-07-28 23:27:34 +00:00
Luka Perkov
7cea65c80a
e2fsprogs: update to 1.42.8 and add e4defrag
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37588
2013-07-28 23:27:29 +00:00
Luka Perkov
181cb9f3fa
kernel: add usb-mxs-phy package
...
SVN-Revision: 37580
2013-07-28 20:34:18 +00:00
Luka Perkov
cc4bda8d67
kernel: update usb-chipidea package
...
SVN-Revision: 37579
2013-07-28 20:34:17 +00:00
Luka Perkov
769f986d9a
kernel: update usb2 package
...
SVN-Revision: 37578
2013-07-28 20:34:09 +00:00
John Crispin
4176b6fdd3
strict_strtoul is obsolete, use kstrtoul instead
...
based on http://patchwork.openwrt.org/patch/3827/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37562
2013-07-27 09:23:18 +00:00
Felix Fietkau
aff8c18ad0
openvpn: update to 2.3.2
...
this patches updates openvpn to v2.3.2
and adds a PKG_MD5SUM to the Makefile
This release fixes a memory access violation when cipher none is used
on ar71xx - at least with my config
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37560
2013-07-26 12:35:22 +00:00
Steven Barth
4d37ae33b6
6relayd: Overridden DNS should affect DHCPv6
...
SVN-Revision: 37558
2013-07-26 11:59:25 +00:00
Felix Fietkau
8faa8a6420
uhttpd: update to latest version, fixes issues with POST and keep-alive ( #13940 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37556
2013-07-26 10:03:07 +00:00
Felix Fietkau
3d2ace5d71
authsae: add myself as a maintainer
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37555
2013-07-26 10:03:03 +00:00
Felix Fietkau
4478c69b86
authsae: adapt uci scripts to use authsae
...
This patch modifies the uci scripts to be able to
start meshd-nl80211 for encrypted mesh networks,
therefor a new script (authsae.sh) is inserted.
Signed-off-by: Emanuel Taube <emanuel.taube@gmail.com>
[etienne.champetier@free.fr: just update mac80211.sh path]
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 37554
2013-07-26 10:02:59 +00:00
Felix Fietkau
6dbea6416b
authsae 80211s authentication daemon
...
This patch adds authsae open80211s authentication daemon (http://open80211s.org )
It's a rework of Peter Naulls patch (http://patchwork.openwrt.org/patch/1350/ )
I've excluded the sample conf file as it's useless when used with mac80211.sh (Emanuel Taube patch)
It now link against libnl-tiny instead of libnl (patch merged in authsae git)
Authsae is 58 Ko (OPENSSL_WITH_EC option adds 35Ko to libopenssl)
Signed-off-by: Peter Naulls <peter@chocky.org>
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 37553
2013-07-26 10:02:55 +00:00
Felix Fietkau
4e049d82b4
libconfig: add from /packages, update to latest version, add myself as maintainer
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37552
2013-07-26 10:02:51 +00:00
Jo-Philipp Wich
3f8c8d6f60
ubox: update to git head
...
- discard vfat labels with only spaces
- support using swap files
- support extroot when required kmods and block-mount are installed on jffs2
SVN-Revision: 37551
2013-07-26 09:09:05 +00:00
Luka Perkov
aa81b9ed5f
kernel: be consistent with formatting style
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37545
2013-07-26 01:09:50 +00:00
John Crispin
3251cddf31
mac8021: add ath9k pcie id for AR9381
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37536
2013-07-25 20:28:45 +00:00
John Crispin
3e54dbbf60
base-files: be verbose when entering failsafe due to a button being pressed
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37535
2013-07-25 20:28:36 +00:00
Jo-Philipp Wich
bbf2b18933
ubox: update to git head
...
- use dynamically sized buffer, fixes label extraction on vfat partitions with huge cluster size
- strip trailing spaces from vfat labels, aligns behaviour with "blkid"
SVN-Revision: 37529
2013-07-24 18:24:57 +00:00
Felix Fietkau
8ba022ab48
ustream-ssl: update to latest version, add a package for the polarssl build variant
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37528
2013-07-24 16:59:51 +00:00
Felix Fietkau
4cd1ace48d
polarssl: update to version 1.2.8
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37527
2013-07-24 16:59:43 +00:00
Felix Fietkau
e4b7360ec6
libubox: update to latest version, includes a small uloop fix
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37526
2013-07-24 13:02:21 +00:00
Felix Fietkau
ca186db09f
openssl: enable elliptic curve crypto by default (so that it can be used by things like ipsec as well)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37524
2013-07-24 12:38:06 +00:00
Felix Fietkau
da654a0c42
openssl: add elliptic curve crypto compilation options to openssl
...
This patch adds EC compilation options to openssl
OPENSSL_WITH_EC is needed for authsae (OPENSSL_WITH_EC2M isn't)
Activating ec (but not ec2m) in openssl take 35Ko more on ar71xx (ipk size)
Activating both take 52Ko.
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 37523
2013-07-24 12:37:55 +00:00
Jo-Philipp Wich
1e8e6b4645
ubox: update to git head
...
- fixes vfat partition detection on big endian systems
SVN-Revision: 37522
2013-07-24 10:08:58 +00:00
Jonas Gorski
b037b0011e
kernel: ebtables depends on bridge
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37520
2013-07-23 19:53:08 +00:00
John Crispin
093f211843
update ubox and procd to latest git revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37516
2013-07-23 12:22:40 +00:00
Jo-Philipp Wich
60c64808dc
procd: ensure the log_proto has udp default value in log.init
...
SVN-Revision: 37508
2013-07-22 16:43:17 +00:00
John Crispin
11d027380e
procd: update to latest git head
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37504
2013-07-22 15:36:28 +00:00
John Crispin
99f15eec91
ubox: fix stack overflow in squashfs uuid code
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37503
2013-07-22 15:36:16 +00:00
John Crispin
06a27059bd
lantiq: dont build ar10 drivers
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37500
2013-07-22 13:53:01 +00:00
Jo-Philipp Wich
ec6954e64e
procd: default to udp log protocol to keep backwards compat with busybox
...
SVN-Revision: 37496
2013-07-22 11:31:29 +00:00
Felix Fietkau
94439c2b5d
kernel: add a new global config symbol for enabling rfkill support (can be enabled by default via target feature flag)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37491
2013-07-21 11:55:30 +00:00
Jonas Gorski
11c5730695
kernel: fix config breakage from removing the de4x5 tulip driver
...
Properly define the config symbol to n so it doesn't break build for
targets which do have it available (e.g. mostly everything except arm).
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37489
2013-07-21 11:08:38 +00:00
Felix Fietkau
c493e45058
kernel: fix kmod-crypto-hw-ppc4xx dependencies
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37488
2013-07-21 08:20:01 +00:00
Felix Fietkau
2ea287816c
kernel: add missing config symbol for the chipidea usb driver
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37487
2013-07-21 08:19:58 +00:00
Felix Fietkau
4332b7fce5
kernel: remove an exotic ethernet driver from the tulip package which does not build on some platforms
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37486
2013-07-21 08:06:56 +00:00
Gabor Juhos
0494ec45f1
kernel: fix crypto-hw-talitos dependencies
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37485
2013-07-20 20:44:40 +00:00
Felix Fietkau
a0129dfd8e
ath9k: add initial tx queueing rework patches
...
This forces all packets (even for un-aggregated traffic) through
software queues to improve fairness and stability
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37483
2013-07-20 16:37:50 +00:00
Felix Fietkau
85e585ddce
ead: fix compile errors with recent kernels
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37482
2013-07-20 12:56:07 +00:00
Gabor Juhos
8d55ea10ad
base-files: add mtd_get_part_size helper
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37475
2013-07-20 09:25:49 +00:00
Hauke Mehrtens
9ba76039d6
kernel: fix kmod-fs-btrfs dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37466
2013-07-19 23:10:40 +00:00
Hauke Mehrtens
96f1953fb1
kernel: fix xtables-addons dependencies with kernel 3.3
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37461
2013-07-19 22:36:47 +00:00
Hauke Mehrtens
28752830c7
kernel: add fbdev.ko to kmod-fb on x86 dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37460
2013-07-19 22:30:35 +00:00
Hauke Mehrtens
251b414641
kernel: fix kmod-rtc-pcf8563 dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37459
2013-07-19 22:27:31 +00:00
Gabor Juhos
221ddfa19b
kernel: package the usbmon module
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37458
2013-07-19 22:19:26 +00:00
Gabor Juhos
adba04e53f
procd: improve early console handling
...
The malta target is broken since procd is used
as init. The initramfs image boots fine, however
the console is not working.
Improve the early console handling to fix the
problem.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37451
2013-07-19 17:12:44 +00:00
Hauke Mehrtens
ddb0804479
kernel: simplify kmod-crypto-misc dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37448
2013-07-19 15:01:22 +00:00
Hauke Mehrtens
4dbc5c64fa
kernel: fix kmod-et131x dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37446
2013-07-19 14:53:29 +00:00
Hauke Mehrtens
5920feafda
kernel: fix usb-net-asix dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37445
2013-07-19 14:51:15 +00:00
Jo-Philipp Wich
9f6d136107
ubox: update to git head, fixes multiple null pointer dereferences and adds support for mounting lvm and raid devices
...
SVN-Revision: 37444
2013-07-19 14:50:39 +00:00
Hauke Mehrtens
0cb97db4be
kernel: fix crypto-hw-geode dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37443
2013-07-19 14:46:02 +00:00
Hauke Mehrtens
0256b82631
kernel: fix crypto-hw-padlock dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37442
2013-07-19 14:44:12 +00:00
Hauke Mehrtens
4a9adf4300
kernel: fix syntax error in kmod-crypto-misc
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37441
2013-07-19 14:41:33 +00:00
Felix Fietkau
7642a4eeaa
kernel: add missing module for mmc-spi
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37440
2013-07-19 14:13:45 +00:00
Felix Fietkau
85fb0fb29e
ltq-deu: add missing dependency
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37439
2013-07-19 14:10:18 +00:00
Hauke Mehrtens
d6e9934924
kernel: fix kmod-usb-chipideai syntax
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37438
2013-07-19 13:35:28 +00:00
Hauke Mehrtens
c12085a578
kernel: fix kmod-usb-chipideai dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37437
2013-07-19 13:23:47 +00:00
Jonas Gorski
29954b9ffc
kernel: remove gpio_buttons
...
It hasn't been buildable for a long time, and there are no users of it
anymore left as all of them have been switched to the upstream accepted
version.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37436
2013-07-19 13:20:41 +00:00
Felix Fietkau
1b5aa23ca2
button-hotplug: add missing dependency on kmod-input-core
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37429
2013-07-19 10:38:48 +00:00
Jo-Philipp Wich
f71d47e58e
linux: fix platform dependency of kmod-usb2-fsl
...
SVN-Revision: 37428
2013-07-19 10:34:40 +00:00
Jo-Philipp Wich
dd61797e96
linux: kmod-ipt-filter depends on kmod-ipt-conntrack
...
SVN-Revision: 37427
2013-07-19 10:08:26 +00:00
Jonas Gorski
1f59f8ed40
kernel: change ipt depends to a select
...
Fixes recursive dependencies with kmod-ipt-core.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37426
2013-07-19 09:59:34 +00:00
Jo-Philipp Wich
7bbe1656cb
xtables-addons: use a select of kmod-ipt-core instead of depending on it
...
SVN-Revision: 37425
2013-07-19 09:58:17 +00:00
Jo-Philipp Wich
d474a77edf
xtables-addons: add missing kmod dependencies
...
SVN-Revision: 37424
2013-07-19 09:58:11 +00:00
Jonas Gorski
108b880748
mac80211: add missing dependencies
...
Add missing dependencies for rt2800-lib and lib80211.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37422
2013-07-19 09:49:04 +00:00