mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-08 22:49:41 +02: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
|