11 lines
206 B
Makefile
11 lines
206 B
Makefile
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
|
#
|
||
|
|
# Copyright (C) 2006-2010 OpenWrt.org
|
||
|
|
|
||
|
|
include $(TOPDIR)/rules.mk
|
||
|
|
include $(INCLUDE_DIR)/image.mk
|
||
|
|
|
||
|
|
# use default targets for everything
|
||
|
|
|
||
|
|
$(eval $(call BuildImage))
|