aboutsummaryrefslogtreecommitdiff
path: root/applets/busybox.sh
blob: 304ac87e7d0cc3024daf7b13fff717139c8b486f (plain)
1
2
3
#!/bin/sh
sed -n -e 's/^#define.*BB_FEATURE.*$//g;y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/;' \
    -e '/^#define/{s/.*bb_//;s/$/.o/p;}' busybox.def.h