|
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
|
|
|
|
|
|
PKG_NAME:= cfgfs
|
|
PKG_NAME:= cfgfs
|
|
PKG_VERSION:= 1.0.9
|
|
PKG_VERSION:= 1.0.9
|
|
-PKG_RELEASE:= 3
|
|
|
|
|
|
+PKG_RELEASE:= 4
|
|
PKG_DESCR:= compressed config filesystem
|
|
PKG_DESCR:= compressed config filesystem
|
|
PKG_SECTION:= base
|
|
PKG_SECTION:= base
|
|
PKG_URL:= http://openadk.org/
|
|
PKG_URL:= http://openadk.org/
|
|
@@ -27,6 +27,8 @@ $(eval $(call PKG_template,CFGFS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG
|
|
CONFIG_STYLE:= manual
|
|
CONFIG_STYLE:= manual
|
|
INSTALL_STYLE:= manual
|
|
INSTALL_STYLE:= manual
|
|
|
|
|
|
|
|
+TARGET_CFLAGS+= -static-libgcc
|
|
|
|
+
|
|
do-install:
|
|
do-install:
|
|
${INSTALL_DIR} ${IDIR_CFGFS}/sbin
|
|
${INSTALL_DIR} ${IDIR_CFGFS}/sbin
|
|
${INSTALL_BIN} ${WRKBUILD}/fwcf.sh ${IDIR_CFGFS}/sbin/cfgfs
|
|
${INSTALL_BIN} ${WRKBUILD}/fwcf.sh ${IDIR_CFGFS}/sbin/cfgfs
|