Skip to content

Commit

Permalink
Readme: fix parted && update parted.makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaac committed Feb 21, 2020
1 parent 96f7421 commit dc73d60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions Parted.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc73d60

Please sign in to comment.