projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1693bf
)
ramips: remove (kmod-)swconfig DEVICE_PACKAGES for Sitecom WL-351
author
Adrian Schmutzler
<
[email protected]
>
Mon, 27 Apr 2020 20:59:40 +0000
(22:59 +0200)
committer
Adrian Schmutzler
<
[email protected]
>
Mon, 27 Apr 2020 20:59:40 +0000
(22:59 +0200)
These definitions are not required since swconfig is selected for
the target anyway and kmod-swconfig is pulled as dependency by
kmod-switch-rtl8366rb.
Signed-off-by: Adrian Schmutzler <
[email protected]
>
target/linux/ramips/image/rt305x.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/image/rt305x.mk
b/target/linux/ramips/image/rt305x.mk
index 70f7a2003d8e76d37e3dd647a03bd50efeaeb725..e90ab630d88f5312dcf8e405efdb5f427a4e2a1c 100644
(file)
--- a/
target/linux/ramips/image/rt305x.mk
+++ b/
target/linux/ramips/image/rt305x.mk
@@
-963,7
+963,7
@@
define Device/sitecom_wl-351
IMAGE_SIZE := 3776k
DEVICE_VENDOR := Sitecom
DEVICE_MODEL := WL-351 v1
- DEVICE_PACKAGES := kmod-switch-rtl8366rb
kmod-swconfig swconfig
+ DEVICE_PACKAGES := kmod-switch-rtl8366rb
SUPPORTED_DEVICES += wl-351
DEFAULT := n
endef