Changeset 116
- Timestamp:
- Sep 26, 2010, 3:47:31 PM (13 years ago)
- Location:
- debwrt/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
debwrt/trunk/Makefile
r91 r116 58 58 cd $(INSTALL_DIR) && $(SCRIPT_FLASH) "$(call qstrip,$(CONFIG_FLASH_IP))" "$(CONFIG_DEBWRT_TARGET_IMAGE_NAME_TRX)" || echo 59 59 60 clean: config-clean openwrt/clean 60 clean: config-clean openwrt/clean debian/packages/clean debian/buildenv/clean debian/roofs/clean 61 61 @rm -f .config .config.old 62 62 -
debwrt/trunk/debian/debian.mk
r91 r116 20 20 include $(TOPDIR)/debian/rootfs/debian.mk 21 21 22 all:22 debian/all:
Note: See TracChangeset
for help on using the changeset viewer.