diff --git a/package/mnemoc/uclibc/config-400.in b/package/mnemoc/uclibc/config-400.in index 00eab7c1f..41a02d21c 100644 --- a/package/mnemoc/uclibc/config-400.in +++ b/package/mnemoc/uclibc/config-400.in @@ -1,4 +1,4 @@ -if pkgcheck uclibc; then +if pkgcheck uclibc . ; then menu_begin MENU_PKG_UCLIBC 'uClibc (the microcontroller C Library) Options' if [ -z "$ROCKCFG_PKG_UCLIBC_USEIT" ]; then diff --git a/package/mnemoc/vserver/config.in b/package/mnemoc/vserver/config.in index 686ef8374..0a0823c68 100644 --- a/package/mnemoc/vserver/config.in +++ b/package/mnemoc/vserver/config.in @@ -30,7 +30,7 @@ if pkgcheck vserver X; then block_begin 5 comment ' ' comment '- Package Options - VServer' - if pkgcheck quota; then + if pkgcheck quota . ; then bool 'Enable Virtual Server per Context Quota Support' ROCKCFG_PKG_VSERVER_QUOTA 0 if [ $ROCKCFG_PKG_VSERVER_QUOTA -eq 1 ]; then pkgenable quota diff --git a/scripts/config.func b/scripts/config.func index 39c8aabce..16d19db4f 100644 --- a/scripts/config.func +++ b/scripts/config.func @@ -39,7 +39,7 @@ var_insert() { # pkgenable package-list # pkgdisable package-list # pkgremove package-list -# pkgcheck pattern [XO] +# pkgcheck pattern X|O|. # pkgfilter cmd arg1 ... # if [ -n "$nobashmod" ]