kirkwood: rename EA3500/EA4500 profiles
Match the engineering board names now used elsewhere. Signed-off-by: Claudio Leite <leitec@staticky.com> SVN-Revision: 47436
This commit is contained in:
parent
31c7de0313
commit
ba26e9f60f
2 changed files with 11 additions and 11 deletions
|
@ -26,7 +26,7 @@ define Device/linksys-audi
|
||||||
BLOCKSIZE := 16KiB
|
BLOCKSIZE := 16KiB
|
||||||
KERNEL_SIZE := 2624k
|
KERNEL_SIZE := 2624k
|
||||||
FILESYSTEMS := squashfs
|
FILESYSTEMS := squashfs
|
||||||
PROFILES := EA3500
|
PROFILES := AUDI
|
||||||
IMAGES := factory.bin sysupgrade.tar
|
IMAGES := factory.bin sysupgrade.tar
|
||||||
IMAGE/factory.bin := append-kernel $$$$(KERNEL_SIZE) | append-ubi
|
IMAGE/factory.bin := append-kernel $$$$(KERNEL_SIZE) | append-ubi
|
||||||
IMAGE/sysupgrade.tar := sysupgrade-nand
|
IMAGE/sysupgrade.tar := sysupgrade-nand
|
||||||
|
@ -39,7 +39,7 @@ define Device/linksys-viper
|
||||||
BLOCKSIZE := 128KiB
|
BLOCKSIZE := 128KiB
|
||||||
KERNEL_SIZE := 2688k
|
KERNEL_SIZE := 2688k
|
||||||
FILESYSTEMS := squashfs
|
FILESYSTEMS := squashfs
|
||||||
PROFILES := EA4500
|
PROFILES := VIPER
|
||||||
IMAGES := factory.bin sysupgrade.tar
|
IMAGES := factory.bin sysupgrade.tar
|
||||||
IMAGE/factory.bin := append-kernel $$$$(KERNEL_SIZE) | append-ubi
|
IMAGE/factory.bin := append-kernel $$$$(KERNEL_SIZE) | append-ubi
|
||||||
IMAGE/sysupgrade.tar := sysupgrade-nand
|
IMAGE/sysupgrade.tar := sysupgrade-nand
|
||||||
|
|
|
@ -5,28 +5,28 @@
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
|
||||||
define Profile/EA3500
|
define Profile/AUDI
|
||||||
NAME:=Linksys EA3500
|
NAME:=Linksys EA3500 (Audi)
|
||||||
PACKAGES:= \
|
PACKAGES:= \
|
||||||
kmod-mwl8k kmod-usb2 kmod-usb-storage \
|
kmod-mwl8k kmod-usb2 kmod-usb-storage \
|
||||||
swconfig wpad-mini
|
swconfig wpad-mini
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/EA3500/Description
|
define Profile/AUDI/Description
|
||||||
Package set compatible with Linksys EA3500 board.
|
Package set compatible with Linksys EA3500 board.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call Profile,EA3500))
|
$(eval $(call Profile,AUDI))
|
||||||
|
|
||||||
define Profile/EA4500
|
define Profile/VIPER
|
||||||
NAME:=Linksys EA4500
|
NAME:=Linksys E4200v2 / EA4500 (Viper)
|
||||||
PACKAGES:= \
|
PACKAGES:= \
|
||||||
kmod-mwl8k kmod-usb2 kmod-usb-storage \
|
kmod-mwl8k kmod-usb2 kmod-usb-storage \
|
||||||
swconfig wpad-mini
|
swconfig wpad-mini
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/EA4500/Description
|
define Profile/VIPER/Description
|
||||||
Package set compatible with Linksys EA4500 board.
|
Package set compatible with Linksys E4200v2 and EA4500 boards.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call Profile,EA4500))
|
$(eval $(call Profile,VIPER))
|
||||||
|
|
Loading…
Reference in a new issue