mirror of https://github.com/aredn/aredn.git
aredn: add mmc packages (#133)
* aredn: add mmc packages compile but do not include mmc packages in firmware image * aredn: add mmc packages Add mmc-utils to Makefile.
This commit is contained in:
parent
87ea92da2a
commit
aad99540b2
3
Makefile
3
Makefile
|
@ -46,7 +46,7 @@ $(OPENWRT_DIR): .stamp-openwrt-removed
|
|||
|
||||
# clean up openwrt working copy
|
||||
openwrt-clean: stamp-clean-openwrt-cleaned .stamp-openwrt-cleaned
|
||||
.stamp-openwrt-cleaned: | $(OPENWRT_DIR)
|
||||
.stamp-openwrt-cleaned: | $(OPENWRT_DIR)
|
||||
cd $(OPENWRT_DIR); \
|
||||
./scripts/feeds clean && \
|
||||
git clean -dff && git fetch && git reset --hard HEAD && \
|
||||
|
@ -100,6 +100,7 @@ feeds-update: stamp-clean-feeds-updated .stamp-feeds-updated
|
|||
cd $(OPENWRT_DIR); ./scripts/feeds install luci-lib-jsonc
|
||||
cd $(OPENWRT_DIR); ./scripts/feeds install luaposix
|
||||
cd $(OPENWRT_DIR); ./scripts/feeds install luasocket
|
||||
cd $(OPENWRT_DIR); ./scripts/feeds install mmc-utils
|
||||
touch $@
|
||||
|
||||
# prepare patch
|
||||
|
|
|
@ -43,6 +43,8 @@ CONFIG_PACKAGE_e2fsprogs=m
|
|||
CONFIG_PACKAGE_kmod-usb-storage=m
|
||||
CONFIG_PACKAGE_kmod-usb-storage-extras=m
|
||||
CONFIG_PACKAGE_kmod-usb-storage-uas=m
|
||||
CONFIG_PACKAGE_kmod-mmc=m
|
||||
CONFIG_PACKAGE_mmc-utils=m
|
||||
CONFIG_PACKAGE_libgcc=y
|
||||
CONFIG_PACKAGE_mtd=y
|
||||
CONFIG_PACKAGE_ppp=n
|
||||
|
@ -111,4 +113,3 @@ CONFIG_PREINITOPT=y
|
|||
CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE=y
|
||||
CONFIG_VTUN_SSL=n
|
||||
CONFIG_PACKAGE_ethtool=y
|
||||
|
||||
|
|
Loading…
Reference in New Issue