X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fixp4xx%2Fprofiles%2F100-Default.mk;fp=target%2Flinux%2Fixp4xx%2Fprofiles%2F100-Default.mk;h=104268bd8e9bef4e3d49270d30aec73944fe5981;hb=5c903cc55c673e5e6eda9c78f51a81b715eb4eec;hp=0000000000000000000000000000000000000000;hpb=e61a44ffca9f2b102a64517eb19373d4ea61c142;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/ixp4xx/profiles/100-Default.mk b/target/linux/ixp4xx/profiles/100-Default.mk new file mode 100644 index 0000000000..104268bd8e --- /dev/null +++ b/target/linux/ixp4xx/profiles/100-Default.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Default + NAME:=Default Profile + PACKAGES:=kmod-madwifi +endef + +define Profile/Default/Description + Default IXP4xx Profile +endef +$(eval $(call Profile,Default)) +