From de6dd7a8db1c073734113156668bca6792dc123d Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sun, 15 Dec 2019 22:58:34 +0100 Subject: lantiq: split device definitions into files This splits device definitions into several *.mk files to increase overview. Signed-off-by: Adrian Schmutzler --- target/linux/lantiq/image/amazonse.mk | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 target/linux/lantiq/image/amazonse.mk (limited to 'target/linux/lantiq/image/amazonse.mk') diff --git a/target/linux/lantiq/image/amazonse.mk b/target/linux/lantiq/image/amazonse.mk new file mode 100644 index 0000000000..77afaa8bed --- /dev/null +++ b/target/linux/lantiq/image/amazonse.mk @@ -0,0 +1,22 @@ +define Device/allnet_all0333cj + DEVICE_VENDOR := Allnet + DEVICE_MODEL := ALL0333CJ + IMAGE_SIZE := 3700k + DEVICE_DTS := ALL0333CJ + DEVICE_PACKAGES := kmod-ltq-adsl-ase kmod-ltq-adsl-ase-mei \ + kmod-ltq-adsl-ase-fw-b kmod-ltq-atm-ase \ + ltq-adsl-app ppp-mod-pppoe +endef +TARGET_DEVICES += allnet_all0333cj + +define Device/netgear_dgn1000b + DEVICE_VENDOR := NETGEAR + DEVICE_MODEL := DGN1000B + IMAGE_SIZE := 6000k + DEVICE_DTS := DGN1000B + DEVICE_PACKAGES := kmod-ltq-adsl-ase kmod-ltq-adsl-ase-mei \ + kmod-ltq-adsl-ase-fw-b kmod-ltq-atm-ase \ + ltq-adsl-app ppp-mod-pppoe + SUPPORTED_DEVICES += DGN1000B +endef +TARGET_DEVICES += netgear_dgn1000b -- cgit v1.2.3