X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fprofiles%2Fplanex.mk;h=63e539c4e42bf25d1fd12d9cd67a41199ef25916;hp=df92b1670efc2169263dc143adbfb6f8f042eab1;hb=50413a4e86234d14215bb52be0ccce63c34d5e6f;hpb=80411343eb0880a31f6a6afcb0af3506a7fa47aa diff --git a/target/linux/ar71xx/profiles/planex.mk b/target/linux/ar71xx/profiles/planex.mk index df92b1670e..63e539c4e4 100644 --- a/target/linux/ar71xx/profiles/planex.mk +++ b/target/linux/ar71xx/profiles/planex.mk @@ -7,7 +7,7 @@ define Profile/MZKW04NU NAME:=Planex MZK-W04NU - PACKAGES:=kmod-ath9k kmod-usb-ohci kmod-usb2 + PACKAGES:=kmod-ath9k wpad-mini kmod-usb-core kmod-usb2 endef define Profile/MZKW04NU/Description @@ -15,3 +15,14 @@ define Profile/MZKW04NU/Description endef $(eval $(call Profile,MZKW04NU)) + +define Profile/MZKW300NH + NAME:=Planex MZK-W300NH + PACKAGES:=kmod-ath9k wpad-mini +endef + +define Profile/MZKW300NH/Description + Package set optimized for the Planex MZK-W300NH. +endef + +$(eval $(call Profile,MZKW300NH))