From: luka Date: Wed, 11 Nov 2015 12:48:30 +0000 (+0000) Subject: kirkwood: add Linksys routers to default profile X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=ba97f458c169fdb45679676c291e25b82577db09;p=openwrt.git kirkwood: add Linksys routers to default profile Signed-off-by: Claudio Leite git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47458 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 diff --git a/target/linux/kirkwood/profiles/100-generic.mk b/target/linux/kirkwood/profiles/100-generic.mk index 770bbaee1b..f07cea80d6 100644 --- a/target/linux/kirkwood/profiles/100-generic.mk +++ b/target/linux/kirkwood/profiles/100-generic.mk @@ -11,7 +11,8 @@ define Profile/Generic kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \ kmod-i2c-core kmod-i2c-mv64xxx \ kmod-ata-core kmod-ata-marvell-sata \ - kmod-rtc-marvell kmod-thermal-kirkwood + kmod-rtc-marvell kmod-thermal-kirkwood \ + kmod-mwl8k swconfig wpad-mini endef define Profile/Generic/Description