blob: 424ae4f9a8cfd94ea1031bc469141522546df512 (
plain)
1
2
3
4
5
6
7
8
9
|
include $(TOPDIR)/rules.mk
include ./openwrt.mk
source: openwrt-source
prepare: $(LINKSYS_SHARED_DIR)/.source
compile: $(TARGET_DIR)/$(LINKSYS_SHARED_TARGET_BINARY)
install: compile openwrt
clean: openwrt-dirclean
|