diff options
author | Luka Perkov <luka@openwrt.org> | 2015-11-10 00:17:01 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-11-10 00:17:01 +0000 |
commit | ba26e9f60f0f9281f8bee09a7be5b8790b722274 (patch) | |
tree | e5b2c5bd716dda9bd2900f3fa2c4138c48cae144 /target/linux/kirkwood/image | |
parent | 31c7de03135623c5c401b0cb857d488b41099940 (diff) | |
download | upstream-ba26e9f60f0f9281f8bee09a7be5b8790b722274.tar.gz upstream-ba26e9f60f0f9281f8bee09a7be5b8790b722274.tar.bz2 upstream-ba26e9f60f0f9281f8bee09a7be5b8790b722274.zip |
kirkwood: rename EA3500/EA4500 profiles
Match the engineering board names now used elsewhere.
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 47436
Diffstat (limited to 'target/linux/kirkwood/image')
-rw-r--r-- | target/linux/kirkwood/image/Makefile | 4 |
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 |