mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
move cf size to target config files
This commit is contained in:
parent
656c23db6e
commit
768a45fb1b
3 changed files with 6 additions and 3 deletions
|
|
@ -2,4 +2,7 @@ NANO_NAME="avila"
|
|||
NANO_SRC="/usr/sam/base/projects/cambria"
|
||||
NANO_KERNEL="G2348"
|
||||
|
||||
NANO_IMAGES=1
|
||||
FlashDevice Sandisk 64M
|
||||
|
||||
. common
|
||||
|
|
|
|||
|
|
@ -2,4 +2,7 @@ NANO_NAME="cambria"
|
|||
NANO_SRC="/usr/sam/base/projects/cambria"
|
||||
NANO_KERNEL="G2358"
|
||||
|
||||
NANO_IMAGES=2
|
||||
FlashDevice Sandisk 64M
|
||||
|
||||
. common
|
||||
|
|
|
|||
|
|
@ -6,9 +6,6 @@ NANO_ARCH=arm
|
|||
TARGET_CPUTYPE=xscale; export TARGET_CPUTYPE # XXX
|
||||
TARGET_BIG_ENDIAN=true; export TARGET_BIG_ENDIAN # XXX
|
||||
|
||||
NANO_IMAGES=1
|
||||
FlashDevice Sandisk 64
|
||||
|
||||
NANO_CUSTOMIZE="cust_allow_ssh_root"
|
||||
|
||||
clean_usr_local()
|
||||
|
|
|
|||
Loading…
Reference in a new issue