mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
10 lines
180 B
Makefile
10 lines
180 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
include ./busybox.mk
|
|
|
|
source: busybox-source
|
|
prepare: $(BUSYBOX_DIR)/.unpacked
|
|
compile: $(BUSYBOX_DIR)/busybox
|
|
install: busybox
|
|
clean: busybox-dirclean
|