aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/image
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-11-11 12:48:30 +0000
committerLuka Perkov <luka@openwrt.org>2015-11-11 12:48:30 +0000
commitc98a034ef3826eb04528bb9c73a93e50bb0abdf3 (patch)
tree80774815d8b5053cad58f434889d657b593c4b58 /target/linux/kirkwood/image
parent36d6f95b0834da34a4fad89bf7cda18f95aa0025 (diff)
downloadmaster-187ad058-c98a034ef3826eb04528bb9c73a93e50bb0abdf3.tar.gz
master-187ad058-c98a034ef3826eb04528bb9c73a93e50bb0abdf3.tar.bz2
master-187ad058-c98a034ef3826eb04528bb9c73a93e50bb0abdf3.zip
kirkwood: add Linksys routers to default profile
Signed-off-by: Claudio Leite <leitec@staticky.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47458 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 06b72240e6..3fc84aa756 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 := AUDI
+ PROFILES := Generic 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 := VIPER
+ PROFILES := Generic VIPER
IMAGES := factory.bin sysupgrade.tar
IMAGE/factory.bin := append-kernel $$$$(KERNEL_SIZE) | append-ubi
IMAGE/sysupgrade.tar := sysupgrade-nand