diff options
author | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-31 16:45:36 +0000 |
---|---|---|
committer | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-31 16:45:36 +0000 |
commit | 22c9e91ff129e481024b58ea7ff4ceaf15a6ba96 (patch) | |
tree | 0f20a7f204454f8bf3b70648b8009a7572591274 /openwrt/package/hdparm/Config.in | |
parent | 1dc98aa6f5f5318451da18160633ff98ce3ffae1 (diff) |
add hdparm package (thanks to Tomas Vanek)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3557 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/hdparm/Config.in')
-rw-r--r-- | openwrt/package/hdparm/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/hdparm/Config.in b/openwrt/package/hdparm/Config.in new file mode 100644 index 0000000000..d119ac6e52 --- /dev/null +++ b/openwrt/package/hdparm/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_HDPARM + prompt "hdparm............................ get/set ATA drive parameters" + tristate + default m if CONFIG_DEVEL + help + + tune hard disk parameters for high performance + Get/set hard disk parameters for Linux IDE drives. + Primary use is for enabling irq-unmasking and IDE multiplemode. + + The original website: + http://sourceforge.net/projects/hdparm/ |