aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/image
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-11-10 00:17:01 +0000
committerLuka Perkov <luka@openwrt.org>2015-11-10 00:17:01 +0000
commit66383f437326305e90d1dc414fba2d414bb41327 (patch)
tree6a61a190bcd2222d0b4432ca376e1fa35e28d2c3 /target/linux/kirkwood/image
parent164809ad3509f5adf1198662bb63f10e03a99f85 (diff)
downloadmaster-187ad058-66383f437326305e90d1dc414fba2d414bb41327.tar.gz
master-187ad058-66383f437326305e90d1dc414fba2d414bb41327.tar.bz2
master-187ad058-66383f437326305e90d1dc414fba2d414bb41327.zip
kirkwood: rename EA3500/EA4500 profiles
Match the engineering board names now used elsewhere. Signed-off-by: Claudio Leite <leitec@staticky.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47436 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/kirkwood/image')
-rw-r--r--target/linux/kirkwood/image/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile
index f90b303298..06b72240e6 100644
--- a/target/linux/kirkwood/image/Makefile
+++ b/target/linux/kirkwood/image/Makefile
@@ -26,7 +26,7 @@ define Device/linksys-audi
BLOCKSIZE := 16KiB
KERNEL_SIZE := 2624k
FILESYSTEMS := squashfs
- PROFILES := EA3500
+ PROFILES := AUDI
IMAGES := factory.bin sysupgrade.tar
IMAGE/factory.bin := append-kernel $$$$(KERNEL_SIZE) | append-ubi
IMAGE/sysupgrade.tar := sysupgrade-nand
@@ -39,7 +39,7 @@ define Device/linksys-viper
BLOCKSIZE := 128KiB
KERNEL_SIZE := 2688k
FILESYSTEMS := squashfs
- PROFILES := EA4500
+ PROFILES := VIPER
IMAGES := factory.bin sysupgrade.tar
IMAGE/factory.bin := append-kernel $$$$(KERNEL_SIZE) | append-ubi
IMAGE/sysupgrade.tar := sysupgrade-nand