summaryrefslogtreecommitdiff
path: root/package/bwm
diff options
context:
space:
mode:
Diffstat (limited to 'package/bwm')
-rw-r--r--package/bwm/Config.in8
-rw-r--r--package/bwm/Makefile4
2 files changed, 4 insertions, 8 deletions
diff --git a/package/bwm/Config.in b/package/bwm/Config.in
deleted file mode 100644
index be25ed48a..000000000
--- a/package/bwm/Config.in
+++ /dev/null
@@ -1,8 +0,0 @@
-config ADK_PACKAGE_BWM
- prompt "bwm............................... A very tiny BandWidth Monitor"
- tristate
- default n
- help
- Continually displays data transfer rates (received, transmitted, and
- total) for each interface, measured in KiB/sec. Works by sampling
- values from /proc/net/dev and calculating deltas.
diff --git a/package/bwm/Makefile b/package/bwm/Makefile
index 24c22034b..c26ae51ec 100644
--- a/package/bwm/Makefile
+++ b/package/bwm/Makefile
@@ -18,6 +18,10 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,BWM,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+CONFIG_STYLE:= manual
+BUILD_STYLE:= manual
+INSTALL_STYLE:= manual
+
do-build:
${TARGET_CC} ${TARGET_CFLAGS} ${WRKBUILD}/bwm.c -o ${WRKBUILD}/bwm