Quoting [email protected]:
...
more along the lines of

...

define Package/parted
         SECTION:=utils
         CATEGORY:=Utilities
         SUBMENU:=disc
         DEFAULT:=n
         TITLE:=GNU Parted manipulates partition tables
         URL:=http://www.gnu.org/software/parted/
         DEPENDS:= +libuuid +libreadline +libncurses
endef

# enable kernel module if package selected
ifdef CONFIG_PACKAGE_parted
  CONFIG_KERNEL_EFI_PARTITION:=y
endif

This makes sense. Thanks.


...


but adding a proper kernel module package wouldn't probably hurt either ..ede

A kernel module seems like the best plan, however, since this config parameter can't be configured as a module AFAICT I am unclear how to accomplish this.




----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to