diff options
author | Oliver Ertl <oliver@ertl-net.net> | 2006-04-05 11:45:26 +0000 |
---|---|---|
committer | Oliver Ertl <oliver@ertl-net.net> | 2006-04-05 11:45:26 +0000 |
commit | b5eda5f439cace1f9456f26af7cc265133275426 (patch) | |
tree | af5f9aa3a0ea04b031ae2c7baf5d741f825fe796 /openwrt | |
parent | 1d58e30ba485a7d65a75340dd27f278984ec000f (diff) | |
download | mtk-20170518-b5eda5f439cace1f9456f26af7cc265133275426.zip mtk-20170518-b5eda5f439cace1f9456f26af7cc265133275426.tar.gz mtk-20170518-b5eda5f439cace1f9456f26af7cc265133275426.tar.bz2 |
add hdparm to package/Makefile
SVN-Revision: 3590
Diffstat (limited to 'openwrt')
-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 cae4609..f86a88f 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 |