blob: 56ea9f6f1eabd82a981259e05caec9d1db521c90 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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))
|