2 # Copyright (C) 2007 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
9 include $(TOPDIR
)/rules.mk
15 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
16 PKG_SOURCE_URL
:=http
://sharon.esrac.ele.tue.nl
/users
/pe1rxq
/linux-adm
/admswconfig
/
17 PKG_MD5SUM
:=3d00efbff699af8a4d3179becd881b1e
19 PKG_BUILD_DIR
:= $(BUILD_DIR
)/$(PKG_NAME
)-$(PKG_VERSION
)
21 include $(INCLUDE_DIR
)/package.mk
23 define Package
/admswconfig
26 TITLE
:=ADM5120 Switch configuration tool
27 DEPENDS
:=@LINUX_2_6_ADM5120||@LINUX_2_6_ADM5120EB
29 A program to configure the internal ethernet switch of an ADM5120 processor.
\\\
30 You need the corresponding driver for the switch in the kernel.
\\\
31 with this program you can configure which ports of the switch belong
\\\
32 to the different ethernet devices.
33 URL
:=http
://sharon.esrac.ele.tue.nl
/users
/pe1rxq
/linux-adm
/admswconfig
/
36 define Build
/Configure
40 $(TARGET_CC
) $(TARGET_CFLAGS
) -Os
$(PKG_BUILD_DIR
)/admswconfig.c
-o
$(PKG_BUILD_DIR
)/$(PKG_NAME
)
43 define Package
/admswconfig
/install
44 $(INSTALL_DIR
) $(1)/sbin
45 $(INSTALL_BIN
) $(PKG_BUILD_DIR
)/admswconfig
$(1)/sbin
/
48 $(eval
$(call BuildPackage
,admswconfig
))