1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
svn-openwrt-archive/target/linux/lantiq/xrx200/profiles/lantiq.mk
Felix Fietkau 06b630047f lantiq: add dsl firmware to default packages
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 48942
2016-03-07 11:03:21 +00:00

14 lines
430 B
Makefile

define Profile/EASY80920NOR
NAME:=Lantiq VR9 - EASY80920NOR
PACKAGES:=kmod-ath9k wpad-mini kmod-usb-dwc2 dsl-vrx200-firmware-xdsl-a dsl-vrx200-firmware-xdsl-b-patch
endef
$(eval $(call Profile,EASY80920NOR))
define Profile/EASY80920NAND
NAME:=Lantiq VR9 - EASY80920NAND
PACKAGES:=kmod-ath9k wpad-mini kmod-usb-dwc2 dsl-vrx200-firmware-xdsl-a dsl-vrx200-firmware-xdsl-b-patch
endef
$(eval $(call Profile,EASY80920NAND))