mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
move port and power management to utilities
This commit is contained in:
parent
8cce20ecb6
commit
f29c51e68c
2 changed files with 4 additions and 5 deletions
|
|
@ -8,13 +8,12 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
|||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/port-management
|
||||
CATEGORY:=Base system
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Port management tool
|
||||
endef
|
||||
|
||||
define Package/port-management/description
|
||||
port-management contains necessary tools to create
|
||||
layer2 interfaces
|
||||
Port configuration utility
|
||||
endef
|
||||
|
||||
define Build/Prepare
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
|||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/power-management
|
||||
CATEGORY:=Base system
|
||||
TITLE:=Port management tool
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Power management tool
|
||||
endef
|
||||
|
||||
define Package/power-management/description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue