2 # Copyright (C) 2006-2008 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR
)/rules.mk
14 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
15 PKG_SOURCE_URL
:=http
://andrzejekiert.ovh.org
/software
/fconfig
/
16 PKG_MD5SUM
:=dac355e9f2a0f48c414c52e2034b6346
18 PKG_BUILD_DIR
:=$(BUILD_DIR
)/$(PKG_NAME
)
19 PKG_INSTALL_DIR
:=$(PKG_BUILD_DIR
)/ipkg-install
21 include $(INCLUDE_DIR
)/package.mk
23 define Package
/fconfig
26 TITLE
:=RedBoot configuration editor
27 URL
:=http
://andrzejekiert.ovh.org
/software.html.en
30 define Package
/fconfig
/description
31 displays and
(if writable
) also edits the RedBoot configuration.
34 define Build
/Configure
38 $(call Build
/Compile
/Default
)
41 define Package
/fconfig
/install
42 $(INSTALL_DIR
) $(1)/usr
/sbin
43 $(INSTALL_BIN
) $(PKG_BUILD_DIR
)/fconfig
$(1)/usr
/sbin
/
46 $(eval
$(call BuildPackage
,fconfig
))