diff options
Diffstat (limited to 'target/linux/kirkwood/profiles/120-pogoplug.mk')
-rw-r--r-- | target/linux/kirkwood/profiles/120-pogoplug.mk | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/kirkwood/profiles/120-pogoplug.mk b/target/linux/kirkwood/profiles/120-pogoplug.mk deleted file mode 100644 index d712dcb618..0000000000 --- a/target/linux/kirkwood/profiles/120-pogoplug.mk +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2013 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/POGOE02 - NAME:=Cloud Engines Pogoplug E02 - PACKAGES:= \ - kmod-usb2 kmod-usb-storage uboot-envtools -endef - -define Profile/POGOE02/Description - Package set compatible with Cloud Engines Pogoplug E02 board. -endef - -POGOE02_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096" -POGOE02_UBI_OPTS:="-m 2048 -p 128KiB -s 512" - -$(eval $(call Profile,POGOE02)) |