realtek: cleanup package selection
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
9aa4490502
commit
1dc5d56ca0
|
@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/target.mk
|
||||||
FEATURES := $(filter-out mips16,$(FEATURES))
|
FEATURES := $(filter-out mips16,$(FEATURES))
|
||||||
|
|
||||||
DEFAULT_PACKAGES += uboot-envtools ethtool kmod-gpio-button-hotplug \
|
DEFAULT_PACKAGES += uboot-envtools ethtool kmod-gpio-button-hotplug \
|
||||||
dnsmasq firewall ip6tables iptables odhcp6c odhcpd-ipv6only
|
dnsmasq firewall ip6tables iptables odhcp6c odhcpd-ipv6only \
|
||||||
|
ip-full ip-bridge tc
|
||||||
|
|
||||||
$(eval $(call BuildTarget))
|
$(eval $(call BuildTarget))
|
||||||
|
|
|
@ -26,7 +26,6 @@ define Device/allnet_all-sg8208m
|
||||||
DEVICE_MODEL := ALL-SG8208M
|
DEVICE_MODEL := ALL-SG8208M
|
||||||
UIMAGE_MAGIC := 0x00000006
|
UIMAGE_MAGIC := 0x00000006
|
||||||
UIMAGE_NAME := 2.2.2.0
|
UIMAGE_NAME := 2.2.2.0
|
||||||
DEVICE_PACKAGES := ip-full ip-bridge kmod-gpio-button-hotplug tc
|
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += allnet_all-sg8208m
|
TARGET_DEVICES += allnet_all-sg8208m
|
||||||
|
|
||||||
|
@ -34,7 +33,6 @@ define Device/d-link_dgs-1210
|
||||||
SOC := rtl8382
|
SOC := rtl8382
|
||||||
IMAGE_SIZE := 13824k
|
IMAGE_SIZE := 13824k
|
||||||
DEVICE_VENDOR := D-Link
|
DEVICE_VENDOR := D-Link
|
||||||
DEVICE_PACKAGES := ip-full ip-bridge ethtool tc
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/d-link_dgs-1210-10p
|
define Device/d-link_dgs-1210-10p
|
||||||
|
@ -64,7 +62,6 @@ define Device/netgear_gs110tpp-v1
|
||||||
DEVICE_VENDOR := NETGEAR
|
DEVICE_VENDOR := NETGEAR
|
||||||
DEVICE_MODEL := GS110TP
|
DEVICE_MODEL := GS110TP
|
||||||
DEVICE_VARIANT := v1
|
DEVICE_VARIANT := v1
|
||||||
DEVICE_PACKAGES := ip-full ip-bridge ethtool tc
|
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += netgear_gs110tpp-v1
|
TARGET_DEVICES += netgear_gs110tpp-v1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue