9
0
Fork 0
barebox/commands
Sascha Hauer 994f95c073 net: remove need for eth_halt/eth_open
We used to eth_open/eth_halt the network devices during NetLoopInit
which is called whenever the user enters a network command.
Change this behaviour so that the current network device gets opened
when making it the current one.
With this change it's always possible to send packages and we are able
to implement a new network stack in the next step.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-06-17 08:28:16 +02:00
..
Kconfig commands: add i2c commands 2010-05-26 10:34:58 +02:00
Makefile commands: add i2c commands 2010-05-26 10:34:58 +02:00
bmp.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
bootm.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
cat.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
cd.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
clear.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
cp.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
crc.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
dfu.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
echo.c echo: add -e option support 2010-03-30 14:14:59 +02:00
edit.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
exec.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
export.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
false.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
flash.c trivial: fix command case for erase usage line 2010-03-30 14:27:04 +02:00
go.c go command: shutdown barebox before calling an application 2010-03-30 14:15:03 +02:00
gpio.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
help.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
i2c.c commands: add i2c commands 2010-05-26 10:34:58 +02:00
insmod.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
linux16.c Add a special command to load and start a bzImage on x86 2010-01-14 10:06:16 +01:00
loadb.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
loadenv.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
loads.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
ls.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
lsmod.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
mem.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
meminfo.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
memtest.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
mkdir.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
mount.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
nand.c Make some help comments less confusing 2010-03-18 08:11:06 +01:00
net.c net: remove need for eth_halt/eth_open 2010-06-17 08:28:16 +02:00
partition.c Merge branch 'pu' 2010-02-01 17:25:59 +01:00
printenv.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
pwd.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
readline.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
reginfo.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
reset.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
rm.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
rmdir.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
saveenv.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
setenv.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
sleep.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
test.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
timeout.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
true.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
umount.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
unlzo.c add unlzo support 2010-03-30 14:14:58 +02:00
version.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
xyzModem.c Cleanup colleteral damage from renaming 2009-12-15 10:19:08 +01:00