diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-13 13:58:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-13 13:58:07 +0100 |
commit | 011eae436ef9c42ffeae570d10964ab1265c081d (patch) | |
tree | c04e93dcf1c61874ea7fcf36dcc1ee605ff3ce14 /package/aufs2-util/Makefile | |
parent | f513a8a7eb9fd3ec28bfcb773ace28d49b61c0e7 (diff) |
add support for wireless access point with p54usb stick
Diffstat (limited to 'package/aufs2-util/Makefile')
-rw-r--r-- | package/aufs2-util/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/aufs2-util/Makefile b/package/aufs2-util/Makefile index 2534a47af..c414a1ca2 100644 --- a/package/aufs2-util/Makefile +++ b/package/aufs2-util/Makefile @@ -20,10 +20,6 @@ $(eval $(call PKG_template,AUFS_UTIL,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},$ CONFIG_STYLE:= manual MAKE_FLAGS+= KDIR=${LINUX_DIR} -do-extract: - mkdir -p ${WRKBUILD} - ${CP} ./src/* ${WRKBUILD}/ - post-install: $(INSTALL_DIR) $(IDIR_AUFS_UTIL)/sbin $(INSTALL_BIN) ${WRKINST}/sbin/{u,}mount.aufs \ |