diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-06-20 04:30:36 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-06-20 04:30:36 +0000 |
commit | fa155f350301a674da2343935eba3127550784ba (patch) | |
tree | b88e5e3d34a2edea9bd2a9c59fd1cf84a62ddf4d /sysdeps/linux | |
parent | 443847e93444c2556f880ba21595411f47dc1e47 (diff) | |
download | busybox-w32-fa155f350301a674da2343935eba3127550784ba.tar.gz busybox-w32-fa155f350301a674da2343935eba3127550784ba.tar.bz2 busybox-w32-fa155f350301a674da2343935eba3127550784ba.zip |
Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use
some more work to shrink them down.
git-svn-id: svn://busybox.net/trunk/busybox@10556 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sysdeps/linux')
-rw-r--r-- | sysdeps/linux/defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/linux/defconfig b/sysdeps/linux/defconfig index fd2b118e3..8848a6c37 100644 --- a/sysdeps/linux/defconfig +++ b/sysdeps/linux/defconfig | |||
@@ -397,6 +397,8 @@ CONFIG_DMESG=y | |||
397 | # CONFIG_GETOPT is not set | 397 | # CONFIG_GETOPT is not set |
398 | CONFIG_HEXDUMP=y | 398 | CONFIG_HEXDUMP=y |
399 | # CONFIG_HWCLOCK is not set | 399 | # CONFIG_HWCLOCK is not set |
400 | # CONFIG_IPCRM is not set | ||
401 | # CONFIG_IPCS is not set | ||
400 | # CONFIG_LOSETUP is not set | 402 | # CONFIG_LOSETUP is not set |
401 | # CONFIG_MKSWAP is not set | 403 | # CONFIG_MKSWAP is not set |
402 | CONFIG_MORE=y | 404 | CONFIG_MORE=y |