Opened 21 years ago
Closed 21 years ago
#860 closed defect (wontfix)
net-tools missing miitools iptunnel
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | Book | Version: | CVS | 
| Severity: | normal | Keywords: | |
| Cc: | 
Description
Not all of net-tools is being built. Some tools needed like miitool and iptunnel are not being built.
Change after make config 4 seds need to be added sed -i 's|HAVE_IP_TOOLS 1|HAVE_IP_TOOLS 0|g' config.h sed -i 's|HAVE_IP_TOOLS=1|HAVE_IP_TOOLS=0|g' config.make sed -i 's|HAVE_MII 1|HAVE_MII 0|g' config.h sed -i 's|HAVE_MII=1|HAVE_MII=0|g' config.make
Change History (4)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
For the last time Correction it should be
sed -i 's|HAVE_IP_TOOLS 0|HAVE_IP_TOOLS 1|g' config.h sed -i 's|# HAVE_IP_TOOLS=0|HAVE_IP_TOOLS=1|g' config.make sed -i 's|HAVE_MII 0|HAVE_MII 1|g' config.h sed -i 's|# HAVE_MII=0|HAVE_MII=1|g' config.make
comment:3 by , 21 years ago
Jim,
How many folks need miitools iptunnel? I'd wager it's _not_ a general LFS requirement, and as such it won't affect the decision to migrate to iproute2 and put net-tools in BLFS. Could you confirm my understanding is correct? If it is, could you mark this as WONTFIX please.
Cheers,
Matt.
comment:4 by , 21 years ago
| Resolution: | → wontfix | 
|---|---|
| Status: | new → closed | 
net-tools has now been replaced by iproute2

Correction it should be
sed -i 's|HAVE_IP_TOOLS 0|HAVE_IP_TOOLS 1|g' config.h sed -i 's|HAVE_IP_TOOLS=0|HAVE_IP_TOOLS=1|g' config.make sed -i 's|HAVE_MII 0|HAVE_MII 1|g' config.h sed -i 's|HAVE_MII=0|HAVE_MII=1|g' config.make
Should of copied and pasted.