target: tweak default packages
This commit is contained in:
parent
c226e18bf1
commit
3f363d5f34
@ -62,6 +62,25 @@ DEFAULT_PACKAGES.router:=\
|
|||||||
ppp \
|
ppp \
|
||||||
ppp-mod-pppoe
|
ppp-mod-pppoe
|
||||||
|
|
||||||
|
# For easy usage
|
||||||
|
DEFAULT_PACKAGES.tweak:=\
|
||||||
|
bash \
|
||||||
|
block-mount \
|
||||||
|
fdisk \
|
||||||
|
f2fs-tools \
|
||||||
|
f2fsck \
|
||||||
|
resize2fs \
|
||||||
|
losetup \
|
||||||
|
mount-utils \
|
||||||
|
kmod-ipt-raw \
|
||||||
|
kmod-nf-nathelper \
|
||||||
|
kmod-nf-nathelper-extra \
|
||||||
|
luci \
|
||||||
|
luci-compat \
|
||||||
|
luci-lib-base \
|
||||||
|
luci-lib-fs \
|
||||||
|
luci-lib-ipkg
|
||||||
|
|
||||||
ifneq ($(DUMP),)
|
ifneq ($(DUMP),)
|
||||||
all: dumpinfo
|
all: dumpinfo
|
||||||
endif
|
endif
|
||||||
@ -93,6 +112,9 @@ else
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Add tweaked packages
|
||||||
|
DEFAULT_PACKAGES += $(DEFAULT_PACKAGES.tweak)
|
||||||
|
|
||||||
# Add device specific packages (here below to allow device type set from subtarget)
|
# Add device specific packages (here below to allow device type set from subtarget)
|
||||||
DEFAULT_PACKAGES += $(DEFAULT_PACKAGES.$(DEVICE_TYPE))
|
DEFAULT_PACKAGES += $(DEFAULT_PACKAGES.$(DEVICE_TYPE))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user