Author: luka Date: 2015-11-11 13:48:30 +0100 (Wed, 11 Nov 2015) New Revision: 47458
Modified: trunk/target/linux/kirkwood/image/Makefile trunk/target/linux/kirkwood/profiles/100-generic.mk Log: kirkwood: add Linksys routers to default profile Signed-off-by: Claudio Leite <[email protected]> Modified: trunk/target/linux/kirkwood/image/Makefile =================================================================== --- trunk/target/linux/kirkwood/image/Makefile 2015-11-11 12:48:29 UTC (rev 47457) +++ trunk/target/linux/kirkwood/image/Makefile 2015-11-11 12:48:30 UTC (rev 47458) @@ -26,7 +26,7 @@ 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 @@ 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 Modified: trunk/target/linux/kirkwood/profiles/100-generic.mk =================================================================== --- trunk/target/linux/kirkwood/profiles/100-generic.mk 2015-11-11 12:48:29 UTC (rev 47457) +++ trunk/target/linux/kirkwood/profiles/100-generic.mk 2015-11-11 12:48:30 UTC (rev 47458) @@ -11,7 +11,8 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
