diff options
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 935dee75d7..037d572d97 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -1597,6 +1597,12 @@ define Device/plasmacloud_pa300 endef TARGET_DEVICES += plasmacloud_pa300 +define Device/plasmacloud_pa300e + $(Device/plasmacloud_pa300-common) + DEVICE_MODEL := PA300E +endef +TARGET_DEVICES += plasmacloud_pa300e + define Device/qihoo_c301 $(Device/seama) SOC := ar9344 |