Skip to content
Snippets Groups Projects
Commit 597d2060 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

include: remove lvm2 from nas package collection


Since lvm2 is only available in feeds we must not include it by default.

Signed-off-by: default avatarJo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 45801
parent e91342e2
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ DEVICE_TYPE?=router
# Default packages - the really basic set
DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools
# For nas targets
DEFAULT_PACKAGES.nas:=block-mount fdisk lvm2 lsblk mdadm
DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm
# For router targets
DEFAULT_PACKAGES.router:=dnsmasq iptables ip6tables ppp ppp-mod-pppoe kmod-nf-nathelper firewall odhcpd odhcp6c
DEFAULT_PACKAGES.bootloader:=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment