summaryrefslogtreecommitdiff
path: root/polux/package
diff options
context:
space:
mode:
authorThierry Carré2013-02-04 14:46:35 +0100
committerThierry Carré2013-02-11 14:06:59 +0100
commit22d966ad4db6444c56b5aa076e9e9cde7dbd91be (patch)
tree34099419c36cea7b945793aab802ff8d58e742a0 /polux/package
parentba81e1d24e90557c60f997ae4098d0d4ae2ee31f (diff)
polux: delete testraw, and free an ioctl in plcdrv, refs #3691
testraw have never been used by clients. Last usage of testraw was a long time ago... near 2000. SIOCTEST could be reuse.
Diffstat (limited to 'polux/package')
-rw-r--r--polux/package/initramfs/initramfs.default1
-rw-r--r--polux/package/plcbox/plcbox.mk2
2 files changed, 1 insertions, 2 deletions
diff --git a/polux/package/initramfs/initramfs.default b/polux/package/initramfs/initramfs.default
index 34cd449dd7..e665fbcf0d 100644
--- a/polux/package/initramfs/initramfs.default
+++ b/polux/package/initramfs/initramfs.default
@@ -39,7 +39,6 @@ dir /var/state 0755 0 0
# Add new symbolic links here
slink /usr/bin/testudp /bin/mesbox 777 0 0
-slink /usr/bin/testraw /bin/mesbox 777 0 0
slink /usr/bin/ber /bin/mesbox 777 0 0
slink /init /sbin/init 777 0 0
diff --git a/polux/package/plcbox/plcbox.mk b/polux/package/plcbox/plcbox.mk
index a4868b2730..05052f94df 100644
--- a/polux/package/plcbox/plcbox.mk
+++ b/polux/package/plcbox/plcbox.mk
@@ -5,7 +5,7 @@
#############################################################
PLCBOX_BUILD_DIR:=$(APP_DIR)/plcbox
-PLCBOX_FILES=plcbox plc clean d1 d2 d4 s1 s2 s4 mib testraw testudp whitelist
+PLCBOX_FILES=plcbox plc clean d1 d2 d4 s1 s2 s4 mib testudp whitelist
PLCBOX_BUILD=$(foreach target,$(PLCBOC_FILES),$(PLCBOX_BUILD_DIR)/$(target))
PLCBOX_TARGET=$(foreach target,$(PLCBOC_FILES),$(TARGET_DIR)/bin/$(target))