mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
kirkwood: cosmetic: move POGOE02 profile to different file
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40873 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -69,3 +69,18 @@ ICONNECT_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
|
||||
ICONNECT_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
|
||||
|
||||
$(eval $(call Profile,ICONNECT))
|
||||
|
||||
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))
|
||||
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user