diff --git a/Parted.Makefile b/Parted.Makefile index ac557d7..2a7df23 100644 --- a/Parted.Makefile +++ b/Parted.Makefile @@ -17,11 +17,12 @@ PKG_MD5SUM:=090655d05f3c471aa8e15a27536889ec include $(INCLUDE_DIR)/package.mk define Package/parted - SECTION:=utils - CATEGORY:=Utilities - TITLE:=parted Partition editor - URL:=http://www.gnu.org/software/parted/index.shtml - DEPENDS:= +libuuid +libreadline +libncurses +libblkid + SECTION:=utils + CATEGORY:=Utilities + SUBMENU:=Disc + TITLE:=parted Partition editor + URL:=http://www.gnu.org/software/parted/index.shtml + DEPENDS:= +libuuid +libreadline +libncurses +libblkid endef define Package/parted/description diff --git a/README.md b/README.md index 07cdbb2..cc73758 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A Simple Disk Manager for LuCI, support disk partition and format, support raid/ ### Compile ``` bash wget https://raw.githubusercontent.com/lisaac/luci-app-diskman/master/Makefile -P package/luci-app-diskman -wget https://raw.githubusercontent.com/lisaac/luci-app-diskman/master/Parted.Makefile -P package/parted +wget https://raw.githubusercontent.com/lisaac/luci-app-diskman/master/Parted.Makefile -P package/parted && mv package/parted/Parted.Makefile package/parted/Makefile #compile package only make package/luci-app-diskman/compile V=99