diff options
author | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-05 11:45:26 +0000 |
---|---|---|
committer | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-05 11:45:26 +0000 |
commit | 14179b78050ac011092bd6d874bcade499e0e8f8 (patch) | |
tree | df55c7c2e73bc970c74ff982f2f97ad65b306e0c /openwrt/package/Makefile | |
parent | 986deefdb48e2ec9ab63f17c256981e72c3c8999 (diff) |
add hdparm to package/Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3590 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index cae4609338..f86a88fede 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -67,6 +67,7 @@ package-$(BR2_PACKAGE_GPSD) += gpsd package-$(BR2_PACKAGE_GPG) += gpg package-$(BR2_COMPILE_GSM) += gsm package-$(BR2_PACKAGE_HASERL) += haserl +package-$(BR2_PACKAGE_HASERL) += hdparm package-$(BR2_PACKAGE_HEYU) += heyu package-$(BR2_PACKAGE_HOSTAP_UTILS) += hostap-utils package-$(BR2_COMPILE_HOSTAPD) += hostapd |