diff options
Diffstat (limited to 'target/linux/ramips/mt7620/profiles/microwrt.mk')
-rw-r--r-- | target/linux/ramips/mt7620/profiles/microwrt.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7620/profiles/microwrt.mk b/target/linux/ramips/mt7620/profiles/microwrt.mk new file mode 100644 index 0000000000..2b0977d669 --- /dev/null +++ b/target/linux/ramips/mt7620/profiles/microwrt.mk @@ -0,0 +1,9 @@ +define Profile/MicroWRT + NAME:=Microduino MicroWRT + PACKAGES:= kmod-usb-core kmod-usb2 kmod-usb-ohci +endef + +define Profile/MicroWRT/Description + Package set compatible with MicroWRT +endef +$(eval $(call Profile,MicroWRT)) |